Searched refs:TraceScope (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-heap-broker.h | 474 class V8_NODISCARD TraceScope { 476 TraceScope(JSHeapBroker* broker, const char* label) in TraceScope() function 477 : TraceScope(broker, static_cast<void*>(broker), label) {} in TraceScope() 479 TraceScope(JSHeapBroker* broker, ObjectData* data, const char* label) in TraceScope() function 480 : TraceScope(broker, static_cast<void*>(data), label) {} in TraceScope() 482 TraceScope(JSHeapBroker* broker, void* subject, const char* label) in TraceScope() function 488 ~TraceScope() { broker_->DecrementTracingIndentation(); } in ~TraceScope()
|
D | heap-refs.cc | 225 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()
|