Home
last modified time | relevance | path

Searched defs:current_bytecode (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc32 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in UpdateOperandScale() local
48 Bytecode BytecodeArrayIterator::current_bytecode() const { in current_bytecode() function in v8::internal::interpreter::BytecodeArrayIterator
52 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in current_bytecode() local