Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dperf-jit.cc186 uint64_t PerfJitLogger::GetTimestamp() { in GetTimestamp() function in v8::internal::PerfJitLogger
232 code_load.time_stamp_ = GetTimestamp(); in LogRecordedBuffer()
294 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo()
347 unwinding_info_header.time_stamp_ = GetTimestamp(); in LogWriteUnwindingInfo()
Dperf-jit.h54 uint64_t GetTimestamp();
/external/stressapptest/src/
Dos.h249 inline static uint64 GetTimestamp(void) { in GetTimestamp() function
Dsat.cc267 pe->ts = os_->GetTimestamp(); in GetValid()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c556 functions->GetTimestamp = brw_get_timestamp; in brw_init_common_queryobj_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c428 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
/external/mesa3d/src/mesa/main/
Dget.c1039 if (ctx->Driver.GetTimestamp) { in find_custom_value()
1040 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()
Ddd.h912 uint64_t (*GetTimestamp)(struct gl_context *ctx); member