Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.h169 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
Dbytecode-decoder.cc102 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(bytecode); in Decode()
Dbytecode-array-writer.cc439 operand_scale = Bytecodes::PrefixBytecodeToOperandScale(jump_bytecode); in PatchJump()
Dbytecodes.h611 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() function