Lines Matching full:methodhandle
3510 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallarrowrangePrefImm16V8() local
3525 methodHandle.Update(superCtorFunc->GetMethod()); in HandleWideSupercallarrowrangePrefImm16V8()
3527 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideSupercallarrowrangePrefImm16V8()
3563 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideSupercallarrowrangePrefImm16V8()
3574 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleWideSupercallarrowrangePrefImm16V8()
3576 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallarrowrangePrefImm16V8()
3578 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallarrowrangePrefImm16V8()
3579 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallarrowrangePrefImm16V8()
3611 state->constpool = methodHandle->GetConstantPool(); in HandleWideSupercallarrowrangePrefImm16V8()
3631 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3653 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallthisrangePrefImm16V8() local
3668 methodHandle.Update(superCtorFunc->GetMethod()); in HandleWideSupercallthisrangePrefImm16V8()
3670 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideSupercallthisrangePrefImm16V8()
3706 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideSupercallthisrangePrefImm16V8()
3717 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleWideSupercallthisrangePrefImm16V8()
3719 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallthisrangePrefImm16V8()
3721 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallthisrangePrefImm16V8()
3722 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallthisrangePrefImm16V8()
3754 state->constpool = methodHandle->GetConstantPool(); in HandleWideSupercallthisrangePrefImm16V8()
3774 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3849 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideNewobjrangePrefImm16V8() local
3856 methodHandle.Update(ctorFunc->GetMethod()); in HandleWideNewobjrangePrefImm16V8()
3858 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideNewobjrangePrefImm16V8()
3896 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideNewobjrangePrefImm16V8()
3906 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleWideNewobjrangePrefImm16V8()
3908 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideNewobjrangePrefImm16V8()
3910 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideNewobjrangePrefImm16V8()
3911 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideNewobjrangePrefImm16V8()
3942 state->constpool = methodHandle->GetConstantPool(); in HandleWideNewobjrangePrefImm16V8()
3962 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
7003 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallarrowrangeImm8Imm8V8() local
7007 methodHandle.Update(superCtorFunc->GetMethod()); in HandleSupercallarrowrangeImm8Imm8V8()
7009 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleSupercallarrowrangeImm8Imm8V8()
7045 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleSupercallarrowrangeImm8Imm8V8()
7056 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleSupercallarrowrangeImm8Imm8V8()
7058 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallarrowrangeImm8Imm8V8()
7060 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallarrowrangeImm8Imm8V8()
7061 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallarrowrangeImm8Imm8V8()
7093 state->constpool = methodHandle->GetConstantPool(); in HandleSupercallarrowrangeImm8Imm8V8()
7113 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
7147 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallthisrangeImm8Imm8V8() local
7150 methodHandle.Update(superCtorFunc->GetMethod()); in HandleSupercallthisrangeImm8Imm8V8()
7152 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleSupercallthisrangeImm8Imm8V8()
7188 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleSupercallthisrangeImm8Imm8V8()
7199 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleSupercallthisrangeImm8Imm8V8()
7201 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallthisrangeImm8Imm8V8()
7203 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallthisrangeImm8Imm8V8()
7204 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallthisrangeImm8Imm8V8()
7236 state->constpool = methodHandle->GetConstantPool(); in HandleSupercallthisrangeImm8Imm8V8()
7256 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
7321 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm16Imm8V8() local
7325 methodHandle.Update(ctorFunc->GetMethod()); in HandleNewobjrangeImm16Imm8V8()
7327 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleNewobjrangeImm16Imm8V8()
7366 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleNewobjrangeImm16Imm8V8()
7376 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleNewobjrangeImm16Imm8V8()
7378 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm16Imm8V8()
7380 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm16Imm8V8()
7381 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm16Imm8V8()
7412 state->constpool = methodHandle->GetConstantPool(); in HandleNewobjrangeImm16Imm8V8()
7432 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleNewobjrangeImm16Imm8V8()
7464 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm8Imm8V8() local
7468 methodHandle.Update(ctorFunc->GetMethod()); in HandleNewobjrangeImm8Imm8V8()
7470 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleNewobjrangeImm8Imm8V8()
7508 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleNewobjrangeImm8Imm8V8()
7518 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleNewobjrangeImm8Imm8V8()
7520 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm8Imm8V8()
7522 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm8Imm8V8()
7523 … methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm8Imm8V8()
7554 state->constpool = methodHandle->GetConstantPool(); in HandleNewobjrangeImm8Imm8V8()
7574 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleNewobjrangeImm8Imm8V8()