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

/external/v8/src/interpreter/
H A Dbytecodes.cc201 bool Bytecodes::IsRegisterOutputOperandType(OperandType operand_type) { function in class:v8::internal::interpreter::Bytecodes
H A Dbytecodes.h748 static bool IsRegisterOutputOperandType(OperandType operand_type);
/external/v8/src/runtime/
H A Druntime-interpreter.cc87 : interpreter::Bytecodes::IsRegisterOutputOperandType(operand_type);
/external/v8/src/compiler/
H A Dbytecode-analysis.cc135 DCHECK(!Bytecodes::IsRegisterOutputOperandType(operand_types[i]));
234 DCHECK(!Bytecodes::IsRegisterOutputOperandType(operand_types[i]));

Completed in 450 milliseconds