| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 742 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local 2684 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3100 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3260 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3396 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3532 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3668 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3803 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3817 JSTaggedValue thisFunc = GET_VREG_VALUE(v0); in RunInternal() local 3849 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local [all …]
|
| D | slow_runtime_stub.cpp | 1035 …owRuntimeStub::LdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdSendableExternalModuleVar() 1043 … SlowRuntimeStub::LdSendableLocalModuleVar(JSThread* thread, int32_t index, JSTaggedValue thisFunc) in LdSendableLocalModuleVar() 1051 …e SlowRuntimeStub::LdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdLazyExternalModuleVar() 1058 …ntimeStub::LdLazySendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdLazySendableExternalModuleVar() 1067 JSTaggedValue thisFunc) in LdSuperByValue() 1078 JSTaggedValue value, JSTaggedValue thisFunc) in StSuperByValue()
|
| D | interpreter_assembly.cpp | 2367 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() local 2709 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() local 2940 JSTaggedValue thisFunc = GET_ACC(); in HandleSupercallspreadImm8V8() local 3349 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendableexternalmodulevarPrefImm16() local 3363 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendablelocalmodulevarPrefImm16() local 3573 JSTaggedValue thisFunc = GET_ACC(); in HandleWideSupercallarrowrangePrefImm16V8() local 3716 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() local 4090 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() local 4193 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() local 4421 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.h | 50 GateRef thisFunc; member
|
| D | ts_inline_lowering.cpp | 721 GateRef thisFunc = argAcc.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in CandidateSuperCall() local 823 GateRef thisFunc = info.GetReceiver(); in InlineSuperCallCheck() local
|
| D | native_inline_lowering.cpp | 1392 GateRef thisFunc = acc_.GetValueIn(gate, 0); in TryInlineFunctionPrototypeApply() local
|
| D | interpreter_stub.cpp | 1611 GateRef thisFunc = acc; in DECLARE_ASM_HANDLER() local 3722 GateRef thisFunc = GetFunctionFromFrame(glue, frame); in DECLARE_ASM_HANDLER() local 6410 GateRef thisFunc = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
|
| D | typed_native_inline_lowering.cpp | 2712 GateRef thisFunc = acc_.GetValueIn(gate, 0); in LowerFunctionPrototypeApply() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1312 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 1321 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1332 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 1342 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 1571 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1586 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1594 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1602 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1616 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1625 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local [all …]
|
| D | runtime_stubs-inl.h | 681 … const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc) in RuntimeLdSuperByValue() 700 … const JSHandle<JSTaggedValue> &value, JSTaggedValue thisFunc) in RuntimeStSuperByValue()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 66 auto thisFunc = GetGraph()->FindParameter(0); in InitEnv() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1417 GateRef thisFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local 1650 GateRef thisFunc = GetVregValue(glue, sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local
|