Searched refs:GetTimestamp (Results 1 – 6 of 6) sorted by relevance
183 uint64_t PerfJitLogger::GetTimestamp() { in GetTimestamp() function in v8::internal::PerfJitLogger229 code_load.time_stamp_ = GetTimestamp(); in LogRecordedBuffer()277 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo()328 unwinding_info_header.time_stamp_ = GetTimestamp(); in LogWriteUnwindingInfo()
54 uint64_t GetTimestamp();
195 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
478 functions->GetTimestamp = brw_get_timestamp; in brw_init_queryobj_functions()
831 uint64_t (*GetTimestamp)(struct gl_context *ctx); member
1849 if (ctx->Driver.GetTimestamp) { in find_custom_value()1850 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()