Lines Matching refs:GetNumArgsWithCallField
3508 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallarrowrangePrefImm16V8()
3509 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallarrowrangePrefImm16V8()
3651 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallthisrangePrefImm16V8()
3652 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallthisrangePrefImm16V8()
3840 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideNewobjrangePrefImm16V8()
3841 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideNewobjrangePrefImm16V8()
6747 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallarrowrangeImm8Imm8V8()
6748 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallarrowrangeImm8Imm8V8()
6890 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallthisrangeImm8Imm8V8()
6891 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallthisrangeImm8Imm8V8()
7067 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm16Imm8V8()
7068 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm16Imm8V8()
7209 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm8Imm8V8()
7210 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm8Imm8V8()
7563 uint32_t numArgs = method->GetNumArgsWithCallField(); in GetNumArgs()