Home
last modified time | relevance | path

Searched refs:GetOperandType (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-node.h160 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type); in Create()
170 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type); in Create()
171 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 1), operand1_type); in Create()
184 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type); in Create()
185 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 1), operand1_type); in Create()
186 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 2), operand2_type); in Create()
201 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type); in Create()
202 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 1), operand1_type); in Create()
203 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 2), operand2_type); in Create()
204 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 3), operand3_type); in Create()
[all …]
Dbytecode-array-iterator.cc61 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetUnsignedOperand()
76 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetSignedOperand()
87 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetFlagOperand()
94 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetUnsignedImmediateOperand()
100 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetImmediateOperand()
107 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetRegisterCountOperand()
114 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetIndexOperand()
137 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetRegisterOperand()
177 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetRuntimeIdOperand()
186 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetNativeContextIndexOperand()
[all …]
Dinterpreter-assembler.cc250 Bytecodes::GetOperandType(bytecode_, operand_index)); in LoadRegisterPairAtOperandIndex()
260 Bytecodes::GetOperandType(bytecode_, operand_index))); in GetRegisterListAtOperandIndex()
262 Bytecodes::GetOperandType(bytecode_, operand_index + 1)); in GetRegisterListAtOperandIndex()
334 Bytecodes::GetOperandType(bytecode_, operand_index)); in StoreRegisterPairAtOperandIndex()
345 Bytecodes::GetOperandType(bytecode_, operand_index)); in StoreRegisterTripleAtOperandIndex()
509 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeSignedOperand()
525 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeUnsignedOperand()
540 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandCount()
548 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandFlag()
557 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandUImm()
[all …]
Dbytecode-decoder.cc130 OperandType op_type = Bytecodes::GetOperandType(bytecode, i); in Decode()
192 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, i + 1), in Decode()
Dbytecode-array-writer.cc355 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm); in PatchJumpWith8BitOperand()
383 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm); in PatchJumpWith16BitOperand()
Dbytecodes.h822 static OperandType GetOperandType(Bytecode bytecode, int i) { in GetOperandType() function
/third_party/node/deps/v8/src/runtime/
Druntime-trace.cc82 interpreter::Bytecodes::GetOperandType(bytecode, operand_index); in PrintRegisters()