Home
last modified time | relevance | path

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

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