Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h742 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local
2649 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3061 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3220 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3356 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3492 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3628 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3763 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3793 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
5476 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2334 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() local
2674 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() local
2905 JSTaggedValue thisFunc = GET_ACC(); in HandleSupercallspreadImm8V8() local
3484 JSTaggedValue thisFunc = GET_ACC(); in HandleWideSupercallarrowrangePrefImm16V8() local
3627 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() local
4001 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() local
4101 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() local
4327 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() local
5203 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm16Id16V8() local
5225 JSTaggedValue thisFunc = GetFunction(sp); in HandleLdsuperbynameImm16Id16() local
[all …]
Dslow_runtime_stub.cpp1044 JSTaggedValue thisFunc) in LdSuperByValue()
1055 JSTaggedValue value, JSTaggedValue thisFunc) in StSuperByValue()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h94 auto thisFunc = GetGraph()->FindParameter(0); in InitEnv() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1154 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local
1163 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1174 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local
1184 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
1388 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1403 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1411 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1419 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1434 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1825 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h615 … const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc) in RuntimeLdSuperByValue()
634 … const JSHandle<JSTaggedValue> &value, JSTaggedValue thisFunc) in RuntimeStSuperByValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1308 GateRef thisFunc = acc; in DECLARE_ASM_HANDLER() local
3134 GateRef thisFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local