• Home
  • Raw
  • Download

Lines Matching full:methodhandle

243         methodHandle.Update(JSTaggedValue(funcObject->GetCallTarget())); \
265 methodHandle.Update(JSTaggedValue(funcObject->GetCallTarget())); \
458 if (methodHandle->IsNativeWithCallField()) { \
464 static_cast<int32_t>(methodHandle->GetNumArgsWithCallField()); \
471 if (!methodHandle->HaveExtraWithCallField()) { \
487 if (methodHandle->IsNativeWithCallField()) { \
493 static_cast<int32_t>(methodHandle->GetNumArgsWithCallField()); \
500 if (!methodHandle->HaveExtraWithCallField()) { \
887 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in RunInternal()
1250 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); // no need to push vregs in RunInternal()
1264 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
1284 uint64_t callField = methodHandle->GetCallField(); in RunInternal()
1287 if (methodHandle->HaveThisWithCallField()) { in RunInternal()
1294 if (methodHandle->HaveNewTargetWithCallField()) { in RunInternal()
1298 if (methodHandle->HaveFuncWithCallField()) { in RunInternal()
1303 int32_t numVregs = static_cast<int32_t>(methodHandle->GetNumVregsWithCallField()); in RunInternal()
1314 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
1319 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
1320 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in RunInternal()
1367 methodHandle.Update(JSFunction::Cast(state->function.GetTaggedObject())->GetMethod()); in RunInternal()
1368 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
1415 methodHandle.Update(JSFunction::Cast(state->function.GetTaggedObject())->GetMethod()); in RunInternal()
1416 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
3029 methodHandle.Update(superCtorFunc->GetMethod()); in RunInternal()
3031 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in RunInternal()
3067 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3076 if (IsFastNewFrameEnter(superCtorFunc, methodHandle)) { in RunInternal()
3078 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal()
3080 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()
3081 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()
3112 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
3113 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in RunInternal()
3132 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3164 methodHandle.Update(superCtorFunc->GetMethod()); in RunInternal()
3166 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in RunInternal()
3202 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3211 if (IsFastNewFrameEnter(superCtorFunc, methodHandle)) { in RunInternal()
3213 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal()
3215 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()
3216 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()
3247 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
3248 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in RunInternal()
3267 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3299 methodHandle.Update(superCtorFunc->GetMethod()); in RunInternal()
3301 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in RunInternal()
3337 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3346 if (IsFastNewFrameEnter(superCtorFunc, methodHandle)) { in RunInternal()
3348 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal()
3350 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()
3351 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()
3382 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
3383 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in RunInternal()
3402 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3434 methodHandle.Update(superCtorFunc->GetMethod()); in RunInternal()
3436 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in RunInternal()
3472 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3481 if (IsFastNewFrameEnter(superCtorFunc, methodHandle)) { in RunInternal()
3483 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal()
3485 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()
3486 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()
3517 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
3518 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in RunInternal()
3537 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3797 methodHandle.Update(ctorFunc->GetMethod()); in RunInternal()
3799 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in RunInternal()
3837 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3845 if (IsFastNewFrameEnter(ctorFunc, methodHandle)) { in RunInternal()
3847 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal()
3849methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()
3850methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()
3881 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
3882 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in RunInternal()
3901 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3932 methodHandle.Update(ctorFunc->GetMethod()); in RunInternal()
3934 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in RunInternal()
3973 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3981 if (IsFastNewFrameEnter(ctorFunc, methodHandle)) { in RunInternal()
3983 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal()
3985methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()
3986methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()
4017 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
4018 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in RunInternal()
4037 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
4068 methodHandle.Update(ctorFunc->GetMethod()); in RunInternal()
4070 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in RunInternal()
4108 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
4116 if (IsFastNewFrameEnter(ctorFunc, methodHandle)) { in RunInternal()
4118 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal()
4120methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in RunInternal()
4121methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in RunInternal()
4152 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
4153 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in RunInternal()
4172 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
4965 methodHandle.Update(JSFunction::Cast(state->function.GetTaggedObject())->GetMethod()); in RunInternal()
4966 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()