Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc48 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale()
68 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode()
Dbytecode-decoder.cc109 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) { in Decode()
Dbytecode-array-writer.cc350 if (Bytecodes::IsPrefixScalingBytecode(jump_bytecode)) { in PatchJump()
Dbytecodes.h681 static constexpr bool IsPrefixScalingBytecode(Bytecode bytecode) { in IsPrefixScalingBytecode() function
/external/v8/src/debug/
Ddebug-evaluate.cc429 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) return true; in BytecodeHasNoSideEffect()
Ddebug.cc254 if (interpreter::Bytecodes::IsPrefixScalingBytecode(bytecode)) { in GetDebugBreakType()