Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp742 JSHandle<JSFunction> thisFunc = JSHandle<JSFunction>::Cast(func); in Execute() local
2684 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3100 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3260 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3396 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() local
3532 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3668 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3803 JSTaggedValue thisFunc = GET_ACC(); in RunInternal() local
3817 JSTaggedValue thisFunc = GET_VREG_VALUE(v0); in RunInternal() local
3849 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.cpp2367 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() local
2709 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() local
2940 JSTaggedValue thisFunc = GET_ACC(); in HandleSupercallspreadImm8V8() local
3349 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendableexternalmodulevarPrefImm16() local
3363 JSTaggedValue thisFunc = GetFunction(sp); in HandleCallRuntimeWideLdsendablelocalmodulevarPrefImm16() local
3573 JSTaggedValue thisFunc = GET_ACC(); in HandleWideSupercallarrowrangePrefImm16V8() local
3716 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() local
4090 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() local
4193 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() local
4421 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.h50 GateRef thisFunc; member
Dts_inline_lowering.cpp721 GateRef thisFunc = argAcc.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in CandidateSuperCall() local
823 GateRef thisFunc = info.GetReceiver(); in InlineSuperCallCheck() local
Dnative_inline_lowering.cpp1392 GateRef thisFunc = acc_.GetValueIn(gate, 0); in TryInlineFunctionPrototypeApply() local
Dinterpreter_stub.cpp1611 GateRef thisFunc = acc; in DECLARE_ASM_HANDLER() local
3722 GateRef thisFunc = GetFunctionFromFrame(glue, frame); in DECLARE_ASM_HANDLER() local
6410 GateRef thisFunc = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
Dtyped_native_inline_lowering.cpp2712 GateRef thisFunc = acc_.GetValueIn(gate, 0); in LowerFunctionPrototypeApply() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1312 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local
1321 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1332 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() local
1342 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
1571 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1586 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1594 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1602 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1616 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS() local
1625 …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.cpp1417 GateRef thisFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
1650 GateRef thisFunc = GetVregValue(glue, sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local