| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 736 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local 2665 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3077 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3236 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3372 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3508 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3644 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3779 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3808 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 5527 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 2326 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() local 2666 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() local 2897 JSTaggedValue thisFunc = GET_ACC(); in HandleSupercallspreadImm8V8() local 3306 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendableexternalmodulevarPrefImm16() local 3516 JSTaggedValue thisFunc = GET_ACC(); in HandleWideSupercallarrowrangePrefImm16V8() local 3659 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() local 4033 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() local 4133 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() local 4359 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() local 5235 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm16Id16V8() local [all …]
|
| D | slow_runtime_stub.cpp | 1027 …owRuntimeStub::LdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdSendableExternalModuleVar() 1035 …e SlowRuntimeStub::LdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdLazyExternalModuleVar() 1042 …ntimeStub::LdLazySendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdLazySendableExternalModuleVar() 1051 JSTaggedValue thisFunc) in LdSuperByValue() 1062 JSTaggedValue value, JSTaggedValue thisFunc) in StSuperByValue()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.h | 49 GateRef thisFunc; member
|
| D | native_inline_lowering.cpp | 1389 GateRef thisFunc = acc_.GetValueIn(gate, 0); in TryInlineFunctionPrototypeApply() local
|
| D | interpreter_stub.cpp | 1529 GateRef thisFunc = acc; in DECLARE_ASM_HANDLER() local 3567 GateRef thisFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
|
| D | typed_native_inline_lowering.cpp | 2767 GateRef thisFunc = acc_.GetValueIn(gate, 0); in LowerFunctionPrototypeApply() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1334 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 1343 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1354 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 1364 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 1593 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1608 …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 1624 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1638 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 1647 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local [all …]
|
| D | runtime_stubs-inl.h | 654 … const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc) in RuntimeLdSuperByValue() 673 … 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 | 1408 GateRef thisFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
|