Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-interpreter.cc93 ? interpreter::Bytecodes::IsRegisterInputOperandType(operand_type) in PrintRegisters()
/external/v8/src/interpreter/
Dbytecodes.cc228 bool Bytecodes::IsRegisterInputOperandType(OperandType operand_type) { in IsRegisterInputOperandType() function in v8::internal::interpreter::Bytecodes
Dbytecodes.h821 static bool IsRegisterInputOperandType(OperandType operand_type);
/external/v8/src/compiler/
Dbytecode-analysis.cc197 DCHECK(!Bytecodes::IsRegisterInputOperandType(operand_types[i])); in UpdateInLiveness()