| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_stub_builder.h | 49 GateRef thisFunc;
member
|
| H A D | native_inline_lowering.cpp | 1418 GateRef thisFunc = acc_.GetValueIn(gate, 0); in TryInlineFunctionPrototypeApply() local
|
| H A D | interpreter_stub.cpp | 1529 GateRef thisFunc = acc;
in DECLARE_ASM_HANDLER() local 3527 GateRef thisFunc = GetFunctionFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local 6012 GateRef thisFunc = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); DECLARE_ASM_HANDLER() local [all...] |
| H A D | typed_native_inline_lowering.cpp | 2802 GateRef thisFunc = acc_.GetValueIn(gate, 0); in LowerFunctionPrototypeApply() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder.cpp | 66 auto thisFunc = GetGraph()->FindParameter(0); in InitEnv() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 1408 GateRef thisFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local 1639 GateRef thisFunc = GetVregValue(sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1035 JSTaggedValue SlowRuntimeStub::LdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdSendableExternalModuleVar() argument 1043 JSTaggedValue SlowRuntimeStub::LdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdLazyExternalModuleVar() argument 1050 JSTaggedValue SlowRuntimeStub::LdLazySendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdLazySendableExternalModuleVar() argument 1058 LdSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTaggedValue thisFunc) LdSuperByValue() argument 1069 StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTaggedValue value, JSTaggedValue thisFunc) StSuperByValue() argument [all...] |
| H A D | interpreter-inl.cpp | 744 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local 2679 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3091 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3250 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3386 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 3522 JSTaggedValue thisFunc = GET_ACC(); RunInternal() local 3658 JSTaggedValue thisFunc = GET_ACC(); RunInternal() local 3793 JSTaggedValue thisFunc = GET_ACC(); RunInternal() local 3807 JSTaggedValue thisFunc = GET_VREG_VALUE(v0); RunInternal() local 3839 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 5558 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 5574 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 5591 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 6480 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 6499 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 6518 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 6642 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 6718 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 7435 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 7446 JSTaggedValue thisFunc = GetFunction(sp); RunInternal() local 7937 auto thisFunc = JSFunction::Cast(state->function.GetTaggedObject()); UpdateHotnessCounter() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 678 RuntimeLdSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc) RuntimeLdSuperByValue() argument 696 RuntimeStSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, JSTaggedValue thisFunc) RuntimeStSuperByValue() argument
|
| H A D | runtime_stubs.cpp | 1298 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 1307 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1318 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 1328 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 1548 JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1563 JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local 1571 JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local 1579 JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local 1593 JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local 1602 JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local 1611 JSHandle thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local 2067 JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local 4032 JSHandle<JSTaggedValue> thisFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local 4054 JSHandle<JSTaggedValue> thisFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local [all...] |