Searched refs:GetNumArgsWithCallField (Results 1 – 13 of 13) sorted by relevance
107 uint32_t GetNumArgsWithCallField() const in GetNumArgsWithCallField() function109 return GetNumArgsWithCallField(callField_); in GetNumArgsWithCallField()114 return GetNumArgsWithCallField() + HaveFuncWithCallField() + in GetNumArgs()183 static uint32_t GetNumArgsWithCallField(uint64_t callField) in GetNumArgsWithCallField() function
96 static uint32_t GetNumArgsWithCallField(uint64_t callField) in GetNumArgsWithCallField() function208 uint32_t GetNumArgsWithCallField() const in GetNumArgsWithCallField() function211 return MethodLiteral::GetNumArgsWithCallField(callField); in GetNumArgsWithCallField()216 return GetNumArgsWithCallField() + GetNumRevervedArgs(); in GetNumArgs()
508 uint32_t numArgs = method->GetNumArgsWithCallField(); in InvokeOptimizedEntrypoint()
33 auto numArgs = method_->GetNumArgsWithCallField(); in GetActualNumArgs()124 const size_t numOfTypedArgs = method_->GetNumArgsWithCallField() + in FillArgsGateType()
32 …: argTypes_(methodLiteral->GetNumArgsWithCallField() + static_cast<size_t>(TypedArgIdx::NUM_OF_TYP… in TypeRecorder()
263 uint32_t declaredNumArgs = method->GetNumArgsWithCallField(); in CheckParameter()
383 …ualNumArgs = static_cast<size_t>(FastCallArgIdx::NUM_OF_ARGS) + method_->GetNumArgsWithCallField(); in BuildCircuitArgs()
2759 paramCount = methodLiteral->GetNumArgsWithCallField() + numOfComArgs; in AddFunc()2765 paramCount = methodLiteral->GetNumArgsWithCallField() + numOfComArgs; in AddFunc()
161 for (uint32_t i = 0; i < methodLiteral_->GetNumArgsWithCallField(); ++i) { in AddFunc()166 for (uint32_t i = 0; i < methodLiteral_->GetNumArgsWithCallField(); ++i) { in AddFunc()
330 declaredNumArgs = static_cast<int32_t>(method->GetNumArgsWithCallField()); in CollectVirtualRegisters()333 actualNumArgs = static_cast<int32_t>(method->GetNumArgsWithCallField()); in CollectVirtualRegisters()334 declaredNumArgs = static_cast<int32_t>(method->GetNumArgsWithCallField()); in CollectVirtualRegisters()
492 static_cast<int32_t>(methodHandle->GetNumArgsWithCallField()); \521 static_cast<int32_t>(methodHandle->GetNumArgsWithCallField()); \679 int32_t declaredNumArgs = static_cast<int32_t>(method->GetNumArgsWithCallField()); in Execute()3280 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()3281 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()3416 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()3417 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()3552 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()3553 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()3688 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()[all …]
3546 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallarrowrangePrefImm16V8()3547 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallarrowrangePrefImm16V8()3689 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallthisrangePrefImm16V8()3690 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallthisrangePrefImm16V8()3878 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideNewobjrangePrefImm16V8()3879 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideNewobjrangePrefImm16V8()6850 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallarrowrangeImm8Imm8V8()6851 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallarrowrangeImm8Imm8V8()6993 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallthisrangeImm8Imm8V8()6994 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallthisrangeImm8Imm8V8()[all …]
2708 uint32_t numArgs = ctor->GetCallTarget()->GetNumArgsWithCallField(); in GetResultValue()