Home
last modified time | relevance | path

Searched refs:DecrementTracingIndentation (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.h306 void DecrementTracingIndentation(); in DEFINE_OPERATORS_FOR_FLAGS()
488 ~TraceScope() { broker_->DecrementTracingIndentation(); } in ~TraceScope()
Djs-heap-broker.cc43 void JSHeapBroker::DecrementTracingIndentation() { --trace_indentation_; } in DecrementTracingIndentation() function in v8::internal::compiler::JSHeapBroker