Lines Matching full:methodhandle
3528 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallarrowrangePrefImm16V8() local
3543 methodHandle.Update(superCtorFunc->GetMethod()); in HandleWideSupercallarrowrangePrefImm16V8()
3545 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideSupercallarrowrangePrefImm16V8()
3592 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleWideSupercallarrowrangePrefImm16V8()
3594 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallarrowrangePrefImm16V8()
3596 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallarrowrangePrefImm16V8()
3597 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallarrowrangePrefImm16V8()
3629 state->constpool = methodHandle->GetConstantPool(); in HandleWideSupercallarrowrangePrefImm16V8()
3649 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3671 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallthisrangePrefImm16V8() local
3686 methodHandle.Update(superCtorFunc->GetMethod()); in HandleWideSupercallthisrangePrefImm16V8()
3688 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideSupercallthisrangePrefImm16V8()
3735 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleWideSupercallthisrangePrefImm16V8()
3737 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallthisrangePrefImm16V8()
3739 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallthisrangePrefImm16V8()
3740 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallthisrangePrefImm16V8()
3772 state->constpool = methodHandle->GetConstantPool(); in HandleWideSupercallthisrangePrefImm16V8()
3792 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3867 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideNewobjrangePrefImm16V8() local
3874 methodHandle.Update(ctorFunc->GetMethod()); in HandleWideNewobjrangePrefImm16V8()
3876 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideNewobjrangePrefImm16V8()
3924 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleWideNewobjrangePrefImm16V8()
3926 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideNewobjrangePrefImm16V8()
3928 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideNewobjrangePrefImm16V8()
3929 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideNewobjrangePrefImm16V8()
3960 state->constpool = methodHandle->GetConstantPool(); in HandleWideNewobjrangePrefImm16V8()
3980 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
7022 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallarrowrangeImm8Imm8V8() local
7026 methodHandle.Update(superCtorFunc->GetMethod()); in HandleSupercallarrowrangeImm8Imm8V8()
7028 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleSupercallarrowrangeImm8Imm8V8()
7075 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleSupercallarrowrangeImm8Imm8V8()
7077 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallarrowrangeImm8Imm8V8()
7079 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallarrowrangeImm8Imm8V8()
7080 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallarrowrangeImm8Imm8V8()
7112 state->constpool = methodHandle->GetConstantPool(); in HandleSupercallarrowrangeImm8Imm8V8()
7132 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
7166 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallthisrangeImm8Imm8V8() local
7169 methodHandle.Update(superCtorFunc->GetMethod()); in HandleSupercallthisrangeImm8Imm8V8()
7171 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleSupercallthisrangeImm8Imm8V8()
7218 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleSupercallthisrangeImm8Imm8V8()
7220 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallthisrangeImm8Imm8V8()
7222 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallthisrangeImm8Imm8V8()
7223 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallthisrangeImm8Imm8V8()
7255 state->constpool = methodHandle->GetConstantPool(); in HandleSupercallthisrangeImm8Imm8V8()
7275 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
7340 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm16Imm8V8() local
7344 methodHandle.Update(ctorFunc->GetMethod()); in HandleNewobjrangeImm16Imm8V8()
7346 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleNewobjrangeImm16Imm8V8()
7395 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleNewobjrangeImm16Imm8V8()
7397 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm16Imm8V8()
7399 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm16Imm8V8()
7400 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm16Imm8V8()
7431 state->constpool = methodHandle->GetConstantPool(); in HandleNewobjrangeImm16Imm8V8()
7451 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleNewobjrangeImm16Imm8V8()
7483 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm8Imm8V8() local
7487 methodHandle.Update(ctorFunc->GetMethod()); in HandleNewobjrangeImm8Imm8V8()
7489 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleNewobjrangeImm8Imm8V8()
7537 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleNewobjrangeImm8Imm8V8()
7539 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm8Imm8V8()
7541 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm8Imm8V8()
7542 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm8Imm8V8()
7573 state->constpool = methodHandle->GetConstantPool(); in HandleNewobjrangeImm8Imm8V8()
7593 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleNewobjrangeImm8Imm8V8()