Searched defs:thisFunc (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 742 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 …]
|
| D | interpreter_assembly.cpp | 2334 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 …]
|
| D | slow_runtime_stub.cpp | 1044 JSTaggedValue thisFunc) in LdSuperByValue() 1055 JSTaggedValue value, JSTaggedValue thisFunc) in StSuperByValue()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 94 auto thisFunc = GetGraph()->FindParameter(0); in InitEnv() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1154 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
|
| D | runtime_stubs-inl.h | 615 … const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc) in RuntimeLdSuperByValue() 634 … const JSHandle<JSTaggedValue> &value, JSTaggedValue thisFunc) in RuntimeStSuperByValue()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 1308 GateRef thisFunc = acc; in DECLARE_ASM_HANDLER() local 3134 GateRef thisFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
|