Searched refs:timestamp (Results 1 – 6 of 6) sorted by relevance
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 286 Writer(pid_t parent_pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer() argument 287 : parent_pid_(parent_pid), ctx_(ctx), timestamp_(timestamp), in Writer() 513 uint64_t timestamp = ts.tv_sec * 1000000000LL + ts.tv_nsec; in DumpPerfetto() local 518 [parent_pid, timestamp](JavaHprofDataSource::TraceContext ctx) in DumpPerfetto() 533 Writer writer(parent_pid, &ctx, timestamp); in DumpPerfetto()
|
/art/tools/ahat/etc/ |
D | hprofdump.py | 140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable 141 s, ms = divmod(timestamp, 1000)
|
/art/runtime/jit/ |
D | debugger_interface.cc | 331 uint64_t timestamp = GetNextTimestamp(descriptor); in CreateJITCodeEntryInternal() local 350 writable_entry->timestamp_ = timestamp; in CreateJITCodeEntryInternal() 357 descriptor.timestamp_ = timestamp; in CreateJITCodeEntryInternal()
|
/art/build/ |
D | Android.common_path.mk | 131 HOST_I18N_DATA := $(HOST_OUT)/$(I18N_APEX)/timestamp
|
D | Android.gtest.mk | 180 $$(HOST_OUT)/$$(I18N_APEX)/timestamp \
|
/art/ |
D | Android.mk | 353 art_apex_symlink_timestamp := $(call intermediates-dir-for,FAKE,com.android.art)/symlink.timestamp
|