Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h707 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local
2455 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
2862 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3020 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3155 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3290 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3425 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3559 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3588 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
5256 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2217 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() local
2548 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() local
2772 JSTaggedValue thisFunc = GET_ACC(); in HandleSupercallspreadImm8V8() local
3346 JSTaggedValue thisFunc = GET_ACC(); in HandleWideSupercallarrowrangePrefImm16V8() local
3489 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() local
3862 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() local
3962 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() local
4188 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() local
5068 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm16Id16V8() local
5090 JSTaggedValue thisFunc = GetFunction(sp); in HandleLdsuperbynameImm16Id16() local
[all …]
Dslow_runtime_stub.cpp1013 JSTaggedValue thisFunc) in LdSuperByValue()
1024 JSTaggedValue value, JSTaggedValue thisFunc) in StSuperByValue()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp681 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local
690 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
701 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local
711 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
906 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h515 … const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc) in RuntimeLdSuperByValue()
537 … const JSHandle<JSTaggedValue> &value, JSTaggedValue thisFunc) in RuntimeStSuperByValue()