Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbasic-block-instrumentor.cc108 int offset_to_counter_value = static_cast<int>(block_number) * kInt32Size; in Instrument() local
110 offset_to_counter_value += ByteArray::kHeaderSize - kHeapObjectTag; in Instrument()
113 graph->NewNode(IntPtrConstant(&common, offset_to_counter_value)); in Instrument()