Home
last modified time | relevance | path

Searched refs:IsRegisterOutputOperandType (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/runtime/
Druntime-interpreter.cc94 : interpreter::Bytecodes::IsRegisterOutputOperandType(operand_type); in PrintRegisters()
/external/v8/src/interpreter/
Dbytecodes.cc246 bool Bytecodes::IsRegisterOutputOperandType(OperandType operand_type) { in IsRegisterOutputOperandType() function in v8::internal::interpreter::Bytecodes
Dbytecodes.h824 static bool IsRegisterOutputOperandType(OperandType operand_type);
/external/v8/src/compiler/
Dbytecode-analysis.cc159 DCHECK(!Bytecodes::IsRegisterOutputOperandType(operand_types[i])); in UpdateInLiveness()
301 DCHECK(!Bytecodes::IsRegisterOutputOperandType(operand_types[i])); in UpdateAssignments()