Home
last modified time | relevance | path

Searched defs:thisFunc (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.h49 GateRef thisFunc; member
H A Dnative_inline_lowering.cpp1418 GateRef thisFunc = acc_.GetValueIn(gate, 0); in TryInlineFunctionPrototypeApply() local
H A Dinterpreter_stub.cpp1529 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 Dtyped_native_inline_lowering.cpp2802 GateRef thisFunc = acc_.GetValueIn(gate, 0); in LowerFunctionPrototypeApply() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp66 auto thisFunc = GetGraph()->FindParameter(0); in InitEnv() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1408 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 Dslow_runtime_stub.cpp1035 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 Dinterpreter-inl.cpp744 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 Druntime_stubs-inl.h678 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 Druntime_stubs.cpp1298 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...]

Completed in 53 milliseconds