HomeSort by relevance Sort by last modified time
    Searched refs:GetOperandType (Results 1 - 7 of 7) sorted by null

  /external/v8/src/interpreter/
bytecode-array-accessor.cc 67 Bytecodes::GetOperandType(current_bytecode(), operand_index));
83 Bytecodes::GetOperandType(current_bytecode(), operand_index));
95 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index),
102 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index),
108 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index),
115 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index),
122 Bytecodes::GetOperandType(current_bytecode(), operand_index);
129 Bytecodes::GetOperandType(current_bytecode(), operand_index);
155 Bytecodes::GetOperandType(current_bytecode(), operand_index);
164 Bytecodes::GetOperandType(current_bytecode(), operand_index)
    [all...]
bytecode-pipeline.h 221 Bytecodes::GetOperandType(new_bytecode, 0) ==
222 Bytecodes::GetOperandType(bytecode(), 0));
224 Bytecodes::GetOperandType(new_bytecode, 1) ==
225 Bytecodes::GetOperandType(bytecode(), 1));
227 Bytecodes::GetOperandType(new_bytecode, 2) ==
228 Bytecodes::GetOperandType(bytecode(), 2));
285 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type);
295 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type);
296 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 1), operand1_type);
309 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type)
    [all...]
bytecode-decoder.cc 124 OperandType op_type = Bytecodes::GetOperandType(bytecode, i);
179 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, i + 1),
interpreter-assembler.cc 379 Bytecodes::GetOperandType(bytecode_, operand_index)));
396 Bytecodes::GetOperandType(bytecode_, operand_index)));
412 Bytecodes::GetOperandType(bytecode_, operand_index));
420 Bytecodes::GetOperandType(bytecode_, operand_index));
429 Bytecodes::GetOperandType(bytecode_, operand_index));
441 Bytecodes::GetOperandType(bytecode_, operand_index));
457 Bytecodes::GetOperandType(bytecode_, operand_index));
470 Bytecodes::GetOperandType(bytecode_, operand_index)));
479 Bytecodes::GetOperandType(bytecode_, operand_index));
488 Bytecodes::GetOperandType(bytecode_, operand_index))
    [all...]
bytecode-array-writer.cc 180 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm);
208 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm);
bytecodes.h     [all...]
  /external/v8/src/runtime/
runtime-interpreter.cc 83 interpreter::Bytecodes::GetOperandType(bytecode, operand_index);

Completed in 94 milliseconds