Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.h92 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode()
167 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale()
Dbytecode-decoder.cc100 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) { in Decode()
Dbytecode-array-writer.cc434 if (Bytecodes::IsPrefixScalingBytecode(jump_bytecode)) { in PatchJump()
Dbytecodes.h795 static constexpr bool IsPrefixScalingBytecode(Bytecode bytecode) { in IsPrefixScalingBytecode() function
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc430 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) return true; in BytecodeHasNoSideEffect()
Ddebug.cc293 if (interpreter::Bytecodes::IsPrefixScalingBytecode(bytecode)) { in GetDebugBreakType()