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

  /external/v8/src/interpreter/
interpreter-assembler.cc 146 DCHECK_EQ(OperandSize::kByte, Bytecodes::GetOperandSize(
155 DCHECK_EQ(OperandSize::kByte, Bytecodes::GetOperandSize(
223 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()));
238 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()));
258 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize(
272 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize(
329 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale());
337 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale());
346 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale());
354 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())
    [all...]
bytecodes.cc 135 OperandSize operand_size = GetOperandSize(bytecode, i, operand_scale);
342 OperandSize Bytecodes::GetOperandSize(Bytecode bytecode, int i,
386 GetOperandSize(bytecode, operand_index, operand_scale);
bytecodes.h 525 static OperandSize GetOperandSize(Bytecode bytecode, int i,
    [all...]
  /external/v8/test/cctest/interpreter/
bytecode-expectations-printer.cc 106 OperandSize op_size = Bytecodes::GetOperandSize(

Completed in 716 milliseconds