Lines Matching full:methodhandle
3567 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallarrowrangePrefImm16V8() local
3582 methodHandle.Update(superCtorFunc->GetMethod(thread)); in HandleWideSupercallarrowrangePrefImm16V8()
3584 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideSupercallarrowrangePrefImm16V8()
3631 if (AssemblyIsFastNewFrameEnter(thread, superCtorFunc, methodHandle)) { in HandleWideSupercallarrowrangePrefImm16V8()
3633 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallarrowrangePrefImm16V8()
3635 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallarrowrangePrefImm16V8()
3636 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallarrowrangePrefImm16V8()
3668 state->constpool = methodHandle->GetConstantPool(thread); in HandleWideSupercallarrowrangePrefImm16V8()
3688 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3710 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallthisrangePrefImm16V8() local
3725 methodHandle.Update(superCtorFunc->GetMethod(thread)); in HandleWideSupercallthisrangePrefImm16V8()
3727 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideSupercallthisrangePrefImm16V8()
3774 if (AssemblyIsFastNewFrameEnter(thread, superCtorFunc, methodHandle)) { in HandleWideSupercallthisrangePrefImm16V8()
3776 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallthisrangePrefImm16V8()
3778 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallthisrangePrefImm16V8()
3779 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallthisrangePrefImm16V8()
3811 state->constpool = methodHandle->GetConstantPool(thread); in HandleWideSupercallthisrangePrefImm16V8()
3831 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3906 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideNewobjrangePrefImm16V8() local
3913 methodHandle.Update(ctorFunc->GetMethod(thread)); in HandleWideNewobjrangePrefImm16V8()
3915 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideNewobjrangePrefImm16V8()
3963 if (AssemblyIsFastNewFrameEnter(thread, ctorFunc, methodHandle)) { in HandleWideNewobjrangePrefImm16V8()
3965 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideNewobjrangePrefImm16V8()
3967 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideNewobjrangePrefImm16V8()
3968 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideNewobjrangePrefImm16V8()
3999 state->constpool = methodHandle->GetConstantPool(thread); in HandleWideNewobjrangePrefImm16V8()
4019 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
7079 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallarrowrangeImm8Imm8V8() local
7083 methodHandle.Update(superCtorFunc->GetMethod(thread)); in HandleSupercallarrowrangeImm8Imm8V8()
7085 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleSupercallarrowrangeImm8Imm8V8()
7132 if (AssemblyIsFastNewFrameEnter(thread, superCtorFunc, methodHandle)) { in HandleSupercallarrowrangeImm8Imm8V8()
7134 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallarrowrangeImm8Imm8V8()
7136 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallarrowrangeImm8Imm8V8()
7137 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallarrowrangeImm8Imm8V8()
7169 state->constpool = methodHandle->GetConstantPool(thread); in HandleSupercallarrowrangeImm8Imm8V8()
7189 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
7223 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallthisrangeImm8Imm8V8() local
7226 methodHandle.Update(superCtorFunc->GetMethod(thread)); in HandleSupercallthisrangeImm8Imm8V8()
7228 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleSupercallthisrangeImm8Imm8V8()
7275 if (AssemblyIsFastNewFrameEnter(thread, superCtorFunc, methodHandle)) { in HandleSupercallthisrangeImm8Imm8V8()
7277 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallthisrangeImm8Imm8V8()
7279 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallthisrangeImm8Imm8V8()
7280 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallthisrangeImm8Imm8V8()
7312 state->constpool = methodHandle->GetConstantPool(thread); in HandleSupercallthisrangeImm8Imm8V8()
7332 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
7397 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm16Imm8V8() local
7401 methodHandle.Update(ctorFunc->GetMethod(thread)); in HandleNewobjrangeImm16Imm8V8()
7403 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleNewobjrangeImm16Imm8V8()
7452 if (AssemblyIsFastNewFrameEnter(thread, ctorFunc, methodHandle)) { in HandleNewobjrangeImm16Imm8V8()
7454 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm16Imm8V8()
7456 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm16Imm8V8()
7457 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm16Imm8V8()
7488 state->constpool = methodHandle->GetConstantPool(thread); in HandleNewobjrangeImm16Imm8V8()
7508 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleNewobjrangeImm16Imm8V8()
7540 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm8Imm8V8() local
7544 methodHandle.Update(ctorFunc->GetMethod(thread)); in HandleNewobjrangeImm8Imm8V8()
7546 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleNewobjrangeImm8Imm8V8()
7594 if (AssemblyIsFastNewFrameEnter(thread, ctorFunc, methodHandle)) { in HandleNewobjrangeImm8Imm8V8()
7596 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm8Imm8V8()
7598 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm8Imm8V8()
7599 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm8Imm8V8()
7630 state->constpool = methodHandle->GetConstantPool(thread); in HandleNewobjrangeImm8Imm8V8()
7650 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleNewobjrangeImm8Imm8V8()