| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 734 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local 2670 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3082 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3241 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3377 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3513 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3649 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3784 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3798 JSTaggedValue thisFunc = GET_VREG_VALUE(v0); in RunInternal() local 3830 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 | 2330 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() local 2670 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() local 2901 JSTaggedValue thisFunc = GET_ACC(); in HandleSupercallspreadImm8V8() local 3310 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendableexternalmodulevarPrefImm16() local 3324 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendablelocalmodulevarPrefImm16() local 3534 JSTaggedValue thisFunc = GET_ACC(); in HandleWideSupercallarrowrangePrefImm16V8() local 3677 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() local 4051 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() local 4151 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() local 4377 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.h | 50 GateRef thisFunc; member
|
| D | native_inline_lowering.cpp | 1393 GateRef thisFunc = acc_.GetValueIn(gate, 0); in TryInlineFunctionPrototypeApply() local
|
| D | interpreter_stub.cpp | 1523 GateRef thisFunc = acc; in DECLARE_ASM_HANDLER() local 3521 GateRef thisFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local 6032 GateRef thisFunc = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
|
| D | typed_native_inline_lowering.cpp | 2719 GateRef thisFunc = acc_.GetValueIn(gate, 0); in LowerFunctionPrototypeApply() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1313 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 1322 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1333 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 1343 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 1572 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1587 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1595 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1603 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1617 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1626 …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 | 1412 GateRef thisFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local 1649 GateRef thisFunc = GetVregValue(sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local
|