Searched defs:thisFunc (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 719 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local 2601 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3003 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3159 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3294 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 3429 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3564 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3698 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local 3727 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local 5388 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local [all …]
|
D | interpreter_assembly.cpp | 2299 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() local 2637 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() local 2868 JSTaggedValue thisFunc = GET_ACC(); in HandleSupercallspreadImm8V8() local 3446 JSTaggedValue thisFunc = GET_ACC(); in HandleWideSupercallarrowrangePrefImm16V8() local 3589 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() local 3962 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() local 4062 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() local 4288 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() local 5168 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm16Id16V8() local 5190 JSTaggedValue thisFunc = GetFunction(sp); in HandleLdsuperbynameImm16Id16() local [all …]
|
D | slow_runtime_stub.cpp | 1026 JSTaggedValue thisFunc) in LdSuperByValue() 1037 JSTaggedValue value, JSTaggedValue thisFunc) in StSuperByValue()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 769 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 778 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 789 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local 799 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 977 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local 992 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
|
D | runtime_stubs-inl.h | 593 … const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc) in RuntimeLdSuperByValue() 616 … const JSHandle<JSTaggedValue> &value, JSTaggedValue thisFunc) in RuntimeStSuperByValue()
|