Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc278 Bytecode to_bytecode = Bytecodes::FromByte(to_index); in GetDispatchCountersObject() local
279 uintptr_t counter = GetDispatchCounter(from_bytecode, to_bytecode); in GetDispatchCountersObject()
282 std::string to_name = Bytecodes::ToString(to_bytecode); in GetDispatchCountersObject()