Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc113 uint32_t BytecodeArrayAccessor::GetRegisterCountOperand( in GetRegisterCountOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
146 return GetRegisterCountOperand(operand_index + 1); in GetRegisterOperandRange()
Dbytecode-array-accessor.h39 uint32_t GetRegisterCountOperand(int operand_index) const;
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1319 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2); in BuildCall()
1343 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitCallWithSpread()
1368 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitCallJSRuntime()
1393 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitCallRuntime()
1405 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitCallRuntimeForPair()
1435 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitConstructWithSpread()
1451 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitInvokeIntrinsic()
1479 size_t arg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitConstruct()
Dbytecode-analysis.cc163 uint32_t reg_count = accessor.GetRegisterCountOperand(i); in UpdateInLiveness()