Searched refs:counters_array (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | basic-block-instrumentor.cc | 79 Node* counters_array = nullptr; in Instrument() local 90 counters_array = graph->NewNode(common.HeapConstant(Handle<HeapObject>::New( in Instrument() 93 counters_array = graph->NewNode(PointerConstant(&common, data->counts())); in Instrument() 115 graph->NewNode(machine.Load(MachineType::Uint32()), counters_array, in Instrument() 129 counters_array, offset_to_counter, saturated_inc, in Instrument() 134 counters_array, zero, one, offset_to_counter, in Instrument()
|