Home
last modified time | relevance | path

Searched refs:IsPrefixScalingBytecode (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc33 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale()
53 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode()
Dbytecode-decoder.cc94 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) { in Decode()
Dbytecode-array-writer.cc256 if (Bytecodes::IsPrefixScalingBytecode(jump_bytecode)) { in PatchJump()
Dbytecodes.h640 static constexpr bool IsPrefixScalingBytecode(Bytecode bytecode) { in IsPrefixScalingBytecode() function
/external/v8/src/debug/
Ddebug-evaluate.cc336 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) return true; in BytecodeHasNoSideEffect()