Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc417 Bytecode to_bytecode = Bytecodes::FromByte(to_index); in GetDispatchCountersObject() local
418 uintptr_t counter = GetDispatchCounter(from_bytecode, to_bytecode); in GetDispatchCountersObject()
423 Bytecodes::ToString(to_bytecode), value, NONE); in GetDispatchCountersObject()