Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-decoder.cc111 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(bytecode); in Decode()
Dbytecode-array-accessor.cc50 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
Dbytecode-array-writer.cc355 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(jump_bytecode); in PatchJump()
Dbytecodes.h507 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() function