Home
last modified time | relevance | path

Searched refs:SetBlockId (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dbasic-block-profiler.h44 void SetBlockId(size_t offset, int32_t id);
Dbasic-block-profiler.cc35 void BasicBlockProfilerData::SetBlockId(size_t offset, int32_t id) { in SetBlockId() function in v8::internal::BasicBlockProfilerData
/third_party/node/deps/v8/src/compiler/
Dbasic-block-instrumentor.cc104 data->SetBlockId(block_number, block->id().ToInt()); in Instrument()