Home
last modified time | relevance | path

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

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