Home
last modified time | relevance | path

Searched refs:TraceScope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.h474 class V8_NODISCARD TraceScope { class
476 TraceScope(JSHeapBroker* broker, const char* label) in TraceScope() function in v8::internal::compiler::TraceScope
477 : TraceScope(broker, static_cast<void*>(broker), label) {} in TraceScope()
479 TraceScope(JSHeapBroker* broker, ObjectData* data, const char* label) in TraceScope() function in v8::internal::compiler::TraceScope
480 : TraceScope(broker, static_cast<void*>(data), label) {} in TraceScope()
482 TraceScope(JSHeapBroker* broker, void* subject, const char* label) in TraceScope() function in v8::internal::compiler::TraceScope
488 ~TraceScope() { broker_->DecrementTracingIndentation(); } in ~TraceScope()
H A Dheap-refs.cc225 TraceScope tracer(broker, this, "PropertyCellData::Serialize"); in Cache()
590 TraceScope tracer(broker, this, "JSFunctionData::Cache"); in Cache()
944 TraceScope tracer(this, "JSHeapBroker::InitializeAndStartSerializing"); in InitializeAndStartSerializing()

Completed in 6 milliseconds