Home
last modified time | relevance | path

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

/external/v8/src/
Dperf-jit.cc183 uint64_t PerfJitLogger::GetTimestamp() { in GetTimestamp() function in v8::internal::PerfJitLogger
229 code_load.time_stamp_ = GetTimestamp(); in LogRecordedBuffer()
277 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo()
328 unwinding_info_header.time_stamp_ = GetTimestamp(); in LogWriteUnwindingInfo()
Dperf-jit.h54 uint64_t GetTimestamp();
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c195 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c478 functions->GetTimestamp = brw_get_timestamp; in brw_init_queryobj_functions()
/external/mesa3d/src/mesa/main/
Ddd.h831 uint64_t (*GetTimestamp)(struct gl_context *ctx); member
Dget.c1849 if (ctx->Driver.GetTimestamp) { in find_custom_value()
1850 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()