Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc34 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
Dbytecodes.cc196 OperandScale Bytecodes::PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() function in v8::internal::interpreter::Bytecodes
700 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(bytecode); in Decode()
Dbytecode-array-writer.cc318 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(jump_bytecode); in PatchJump()
Dbytecodes.h483 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode);
/external/v8/test/unittests/interpreter/
Dbytecodes-unittest.cc253 Bytecodes::PrefixBytecodeToOperandScale(prefix))); in TEST()
Dbytecode-array-builder-unittest.cc375 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(final_bytecode); in TEST_F()