Lines Matching defs:thisFunc
744 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func);
745 state->profileTypeInfo = thisFunc->GetProfileTypeInfo();
748 state->env = thisFunc->GetLexicalEnv();
2679 JSTaggedValue thisFunc = GetFunction(sp);
2680 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc);
3091 JSTaggedValue thisFunc = GetFunction(sp);
3092 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc);
3250 JSTaggedValue thisFunc = GetFunction(sp);
3254 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc);
3375 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range);
3386 JSTaggedValue thisFunc = GetFunction(sp);
3390 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc);
3511 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range);
3522 JSTaggedValue thisFunc = GET_ACC();
3526 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc);
3647 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range);
3658 JSTaggedValue thisFunc = GET_ACC();
3662 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc);
3783 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range);
3793 JSTaggedValue thisFunc = GET_ACC();
3798 JSTaggedValue res = SlowRuntimeStub::SuperCallSpread(thread, thisFunc, newTarget, array);
3806 << "thisFunc: v" << v0;
3807 JSTaggedValue thisFunc = GET_VREG_VALUE(v0);
3814 JSTaggedValue res = SlowRuntimeStub::SuperCallForwardAllArgs(thread, sp, thisFunc, newTarget, restNumArgs,
3839 JSTaggedValue thisFunc = GetFunction(sp);
3840 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject();
5558 JSTaggedValue thisFunc = GetFunction(sp);
5559 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc);
5574 JSTaggedValue thisFunc = GetFunction(sp);
5575 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc);
5591 JSTaggedValue thisFunc = GetFunction(sp);
5592 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc);
6480 JSTaggedValue thisFunc = GetFunction(sp);
6481 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc);
6499 JSTaggedValue thisFunc = GetFunction(sp);
6500 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc);
6518 JSTaggedValue thisFunc = GetFunction(sp);
6519 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc);
6642 JSTaggedValue thisFunc = GetFunction(sp);
6643 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc);
6718 JSTaggedValue thisFunc = GetFunction(sp);
6719 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc);
7435 JSTaggedValue thisFunc = GetFunction(sp);
7437 JSTaggedValue res = SlowRuntimeStub::DynamicImport(thread, specifier, thisFunc);
7446 JSTaggedValue thisFunc = GetFunction(sp);
7448 JSTaggedValue res = SlowRuntimeStub::DynamicImport(thread, specifier, thisFunc);
7937 auto thisFunc = JSFunction::Cast(state->function.GetTaggedObject());
7938 method = thisFunc->GetCallTarget(); // for CheckSafepoint, method need retrieve.
7940 auto res = SlowRuntimeStub::NotifyInlineCache(thread, thisFunc);