Home
last modified time | relevance | path

Searched refs:IsRegisterOperandType (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-decoder.cc21 DCHECK(Bytecodes::IsRegisterOperandType(operand_type)); in DecodeRegisterOperand()
Dbytecodes.cc187 bool Bytecodes::IsRegisterOperandType(OperandType operand_type) { in IsRegisterOperandType() function in v8::internal::interpreter::Bytecodes
Dbytecode-array-accessor.cc164 DCHECK(Bytecodes::IsRegisterOperandType(operand_type)); in GetRegisterOperandRange()
Dbytecodes.h818 static bool IsRegisterOperandType(OperandType operand_type);
Dinterpreter-assembler.cc613 DCHECK(Bytecodes::IsRegisterOperandType( in BytecodeOperandReg()