• Home
  • Raw
  • Download

Lines Matching full:methodhandle

3340     JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined());  in HandleWideSupercallarrowrangePrefImm16V8()  local
3355 methodHandle.Update(superCtorFunc->GetMethod()); in HandleWideSupercallarrowrangePrefImm16V8()
3357 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideSupercallarrowrangePrefImm16V8()
3393 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideSupercallarrowrangePrefImm16V8()
3404 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleWideSupercallarrowrangePrefImm16V8()
3406 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallarrowrangePrefImm16V8()
3408 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallarrowrangePrefImm16V8()
3409 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallarrowrangePrefImm16V8()
3441 state->constpool = methodHandle->GetConstantPool(); in HandleWideSupercallarrowrangePrefImm16V8()
3442 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in HandleWideSupercallarrowrangePrefImm16V8()
3461 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3483 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallthisrangePrefImm16V8() local
3498 methodHandle.Update(superCtorFunc->GetMethod()); in HandleWideSupercallthisrangePrefImm16V8()
3500 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideSupercallthisrangePrefImm16V8()
3536 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideSupercallthisrangePrefImm16V8()
3547 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleWideSupercallthisrangePrefImm16V8()
3549 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallthisrangePrefImm16V8()
3551 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideSupercallthisrangePrefImm16V8()
3552 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideSupercallthisrangePrefImm16V8()
3584 state->constpool = methodHandle->GetConstantPool(); in HandleWideSupercallthisrangePrefImm16V8()
3585 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in HandleWideSupercallthisrangePrefImm16V8()
3604 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3679 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideNewobjrangePrefImm16V8() local
3686 methodHandle.Update(ctorFunc->GetMethod()); in HandleWideNewobjrangePrefImm16V8()
3688 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleWideNewobjrangePrefImm16V8()
3726 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideNewobjrangePrefImm16V8()
3736 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleWideNewobjrangePrefImm16V8()
3738 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideNewobjrangePrefImm16V8()
3740 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleWideNewobjrangePrefImm16V8()
3741methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleWideNewobjrangePrefImm16V8()
3772 state->constpool = methodHandle->GetConstantPool(); in HandleWideNewobjrangePrefImm16V8()
3773 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in HandleWideNewobjrangePrefImm16V8()
3792 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
6590 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallarrowrangeImm8Imm8V8() local
6594 methodHandle.Update(superCtorFunc->GetMethod()); in HandleSupercallarrowrangeImm8Imm8V8()
6596 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleSupercallarrowrangeImm8Imm8V8()
6632 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleSupercallarrowrangeImm8Imm8V8()
6643 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleSupercallarrowrangeImm8Imm8V8()
6645 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallarrowrangeImm8Imm8V8()
6647 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallarrowrangeImm8Imm8V8()
6648 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallarrowrangeImm8Imm8V8()
6680 state->constpool = methodHandle->GetConstantPool(); in HandleSupercallarrowrangeImm8Imm8V8()
6681 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in HandleSupercallarrowrangeImm8Imm8V8()
6700 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
6734 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallthisrangeImm8Imm8V8() local
6737 methodHandle.Update(superCtorFunc->GetMethod()); in HandleSupercallthisrangeImm8Imm8V8()
6739 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleSupercallthisrangeImm8Imm8V8()
6775 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleSupercallthisrangeImm8Imm8V8()
6786 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) { in HandleSupercallthisrangeImm8Imm8V8()
6788 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallthisrangeImm8Imm8V8()
6790 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleSupercallthisrangeImm8Imm8V8()
6791 methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleSupercallthisrangeImm8Imm8V8()
6823 state->constpool = methodHandle->GetConstantPool(); in HandleSupercallthisrangeImm8Imm8V8()
6824 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in HandleSupercallthisrangeImm8Imm8V8()
6843 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
6908 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm16Imm8V8() local
6912 methodHandle.Update(ctorFunc->GetMethod()); in HandleNewobjrangeImm16Imm8V8()
6914 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleNewobjrangeImm16Imm8V8()
6953 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleNewobjrangeImm16Imm8V8()
6963 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleNewobjrangeImm16Imm8V8()
6965 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm16Imm8V8()
6967 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm16Imm8V8()
6968methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm16Imm8V8()
6999 state->constpool = methodHandle->GetConstantPool(); in HandleNewobjrangeImm16Imm8V8()
7000 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in HandleNewobjrangeImm16Imm8V8()
7019 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleNewobjrangeImm16Imm8V8()
7051 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm8Imm8V8() local
7055 methodHandle.Update(ctorFunc->GetMethod()); in HandleNewobjrangeImm8Imm8V8()
7057 ASSERT(methodHandle->GetNumVregsWithCallField() == 0); in HandleNewobjrangeImm8Imm8V8()
7095 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleNewobjrangeImm8Imm8V8()
7105 if (AssemblyIsFastNewFrameEnter(ctorFunc, methodHandle)) { in HandleNewobjrangeImm8Imm8V8()
7107 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm8Imm8V8()
7109 methodHandle->GetNumArgsWithCallField() + 1 : // +1 for this in HandleNewobjrangeImm8Imm8V8()
7110methodHandle->GetNumArgsWithCallField() + 2; // +2 for newTarget and this in HandleNewobjrangeImm8Imm8V8()
7141 state->constpool = methodHandle->GetConstantPool(); in HandleNewobjrangeImm8Imm8V8()
7142 state->profileTypeInfo = methodHandle->GetProfileTypeInfo(); in HandleNewobjrangeImm8Imm8V8()
7161 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleNewobjrangeImm8Imm8V8()