Home
last modified time | relevance | path

Searched defs:thisFunc (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp736 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 …]
Dinterpreter_assembly.cpp2326 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 …]
Dslow_runtime_stub.cpp1027 …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/
Dcall_stub_builder.h49 GateRef thisFunc; member
Dnative_inline_lowering.cpp1389 GateRef thisFunc = acc_.GetValueIn(gate, 0); in TryInlineFunctionPrototypeApply() local
Dinterpreter_stub.cpp1529 GateRef thisFunc = acc; in DECLARE_ASM_HANDLER() local
3567 GateRef thisFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dtyped_native_inline_lowering.cpp2767 GateRef thisFunc = acc_.GetValueIn(gate, 0); in LowerFunctionPrototypeApply() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1334 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 …]
Druntime_stubs-inl.h654 … 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/
Dinst_builder.cpp66 auto thisFunc = GetGraph()->FindParameter(0); in InitEnv() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1408 GateRef thisFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local