Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc282 Bytecode from_bytecode = Bytecodes::FromByte(from_index); in GetDispatchCountersObject() local
287 uintptr_t counter = GetDispatchCounter(from_bytecode, to_bytecode); in GetDispatchCountersObject()
302 std::string from_name = Bytecodes::ToString(from_bytecode); in GetDispatchCountersObject()