Home
last modified time | relevance | path

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

/external/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-accessor.cc82 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetUnsignedOperand()
98 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetSignedOperand()
110 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetFlagOperand()
117 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetUnsignedImmediateOperand()
123 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetImmediateOperand()
130 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetRegisterCountOperand()
137 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetIndexOperand()
149 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetRegisterOperand()
176 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetRuntimeIdOperand()
185 Bytecodes::GetOperandType(current_bytecode(), operand_index); in GetNativeContextIndexOperand()
[all …]
Dinterpreter-assembler.cc262 Bytecodes::GetOperandType(bytecode_, operand_index)); in LoadRegisterPairAtOperandIndex()
273 Bytecodes::GetOperandType(bytecode_, operand_index))); in GetRegisterListAtOperandIndex()
275 Bytecodes::GetOperandType(bytecode_, operand_index + 1)); in GetRegisterListAtOperandIndex()
326 Bytecodes::GetOperandType(bytecode_, operand_index)); in StoreRegisterPairAtOperandIndex()
337 Bytecodes::GetOperandType(bytecode_, operand_index)); in StoreRegisterTripleAtOperandIndex()
504 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeSignedOperand()
522 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeUnsignedOperand()
538 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandCount()
546 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandFlag()
555 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandUImm()
[all …]
Dbytecode-decoder.cc139 OperandType op_type = Bytecodes::GetOperandType(bytecode, i); in Decode()
200 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, i + 1), in Decode()
Dbytecode-array-writer.cc271 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm); in PatchJumpWith8BitOperand()
299 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm); in PatchJumpWith16BitOperand()
Dbytecodes.h707 static OperandType GetOperandType(Bytecode bytecode, int i) { in GetOperandType() function
/external/v8/src/runtime/
Druntime-interpreter.cc90 interpreter::Bytecodes::GetOperandType(bytecode, operand_index); in PrintRegisters()