Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp734 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local
2670 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3082 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3241 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3377 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3513 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3649 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3784 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3798 JSTaggedValue thisFunc = GET_VREG_VALUE(v0); in RunInternal() local
3830 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
[all …]
Dslow_runtime_stub.cpp1035 …owRuntimeStub::LdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdSendableExternalModuleVar()
1043 … SlowRuntimeStub::LdSendableLocalModuleVar(JSThread* thread, int32_t index, JSTaggedValue thisFunc) in LdSendableLocalModuleVar()
1051 …e SlowRuntimeStub::LdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdLazyExternalModuleVar()
1058 …ntimeStub::LdLazySendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) in LdLazySendableExternalModuleVar()
1067 JSTaggedValue thisFunc) in LdSuperByValue()
1078 JSTaggedValue value, JSTaggedValue thisFunc) in StSuperByValue()
Dinterpreter_assembly.cpp2330 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() local
2670 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() local
2901 JSTaggedValue thisFunc = GET_ACC(); in HandleSupercallspreadImm8V8() local
3310 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendableexternalmodulevarPrefImm16() local
3324 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendablelocalmodulevarPrefImm16() local
3534 JSTaggedValue thisFunc = GET_ACC(); in HandleWideSupercallarrowrangePrefImm16V8() local
3677 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() local
4051 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() local
4151 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() local
4377 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.h50 GateRef thisFunc; member
Dnative_inline_lowering.cpp1393 GateRef thisFunc = acc_.GetValueIn(gate, 0); in TryInlineFunctionPrototypeApply() local
Dinterpreter_stub.cpp1523 GateRef thisFunc = acc; in DECLARE_ASM_HANDLER() local
3521 GateRef thisFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
6032 GateRef thisFunc = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
Dtyped_native_inline_lowering.cpp2719 GateRef thisFunc = acc_.GetValueIn(gate, 0); in LowerFunctionPrototypeApply() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1313 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local
1322 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1333 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local
1343 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
1572 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1587 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1595 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1603 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1617 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1626 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
[all …]
Druntime_stubs-inl.h681 … const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc) in RuntimeLdSuperByValue()
700 … 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.cpp1412 GateRef thisFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
1649 GateRef thisFunc = GetVregValue(sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local