Searched refs:GetTimestamp (Results 1 – 8 of 8) sorted by relevance
186 uint64_t PerfJitLogger::GetTimestamp() { in GetTimestamp() function in v8::internal::PerfJitLogger232 code_load.time_stamp_ = GetTimestamp(); in LogRecordedBuffer()294 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo()347 unwinding_info_header.time_stamp_ = GetTimestamp(); in LogWriteUnwindingInfo()
54 uint64_t GetTimestamp();
249 inline static uint64 GetTimestamp(void) { in GetTimestamp() function
267 pe->ts = os_->GetTimestamp(); in GetValid()
556 functions->GetTimestamp = brw_get_timestamp; in brw_init_common_queryobj_functions()
428 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
1039 if (ctx->Driver.GetTimestamp) { in find_custom_value()1040 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()
912 uint64_t (*GetTimestamp)(struct gl_context *ctx); member