Home
last modified time | relevance | path

Searched refs:GetOperandTypes (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dbytecode-analysis.cc100 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); in UpdateInLiveness()
217 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); in UpdateAssignments()
/external/v8/src/interpreter/
Dbytecode-array-accessor.cc142 Bytecodes::GetOperandTypes(current_bytecode()); in GetRegisterOperandRange()
Dbytecodes.h662 return GetOperandTypes(bytecode)[i]; in GetOperandType()
667 static const OperandType* GetOperandTypes(Bytecode bytecode) { in GetOperandTypes() function