Home
last modified time | relevance | path

Searched defs:jsFunc (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.h30 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder()
Dslowpath_lowering.cpp118 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerGetEnv() local
814 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCallStubWithIC() local
915 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in SaveFrameToContext() local
1204 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerThrowUndefinedIfHoleWithName() local
1583 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local
1609 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateObjectWithBuffer() local
1625 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
1636 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerSetGeneratorState() local
1668 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdBigInt() local
1701 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerDynamicImport() local
[all …]
Dcommon_stubs.cpp67 GateRef jsFunc = TaggedArgument(1); in GenerateCircuit() local
336 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
538 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
561 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
575 GateRef jsFunc = TaggedArgument(5); // 5 : 6th para in GenerateCircuit() local
589 GateRef jsFunc = TaggedArgument(6); // 6 : 7th para in GenerateCircuit() local
619 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
640 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
738 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local
751 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
[all …]
Dntype_hcr_lowering.cpp91 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local
289 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerStoreModuleVar() local
321 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdLocalModuleVar() local
Dntype_bytecode_lowering.cpp333 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local
342 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
Dnew_object_stub_builder.cpp1089 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef lengt… in NewJSFunction()
1134 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, Ga… in SetProfileTypeInfoCellToFunction()
1878 GateRef NewObjectStubBuilder::LoadTrackInfo(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, in LoadTrackInfo()
1917 …GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef arrayLiteral, ProfileOperation call… in LoadArrayHClassSlowPath()
2014 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInf… in CreateEmptyArray()
2050 GateRef NewObjectStubBuilder::CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, in CreateArrayWithBuffer()
Daccess_object_stub_builder.cpp67 … GateRef propKey, GateRef jsFunc, GateRef slotId, in LoadObjByNameWithMega()
97 … GateRef megaStubCache, GateRef propKey, GateRef jsFunc, in StoreObjByNameWithMega()
Dhcr_circuit_builder.cpp596 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar()
608 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar()
Dbytecode_circuit_builder.h556 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool()
Dcircuit.cpp523 GateRef Circuit::GetInitialEnvGate(GateRef depend, GateRef jsFunc) in GetInitialEnvGate()
Dhcr_circuit_builder.h267 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall()
Dcircuit_builder.cpp593 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction()
848 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in GetObjectByIndexFromConstPool() local
1006 GateRef CircuitBuilder::GetCodeAddr(GateRef jsFunc) in GetCodeAddr()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.cpp42 …edModuleManager::GetSendableModuleValueInner(JSThread* thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValueInner()
69 … SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValue()
103 …redModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetLazySendableModuleValue()
Djs_module_manager.cpp61 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner()
84 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter()
156 JSTaggedValue ModuleManager::GetLazyModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetLazyModuleValueOutter()
240 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
269 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner()
285 JSTaggedValue ModuleManager::GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueOutter()
327 void ModuleManager::StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp99 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
209 JSHandle<FunctionTemplate> jsFunc = in EnumerateLiteralVals() local
294 JSHandle<JSFunction> jsFunc; in CreateJSFunctionInLiteral() local
349 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral() local
488 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp38 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
236 …JSFunction *jsFunc = thread->GetEcmaVM()->GetGlobalEnv()->GetObjectFunction().GetObject<JSFunction… in HWTEST_F_L0() local
279 …JSFunction *jsFunc = thread->GetEcmaVM()->GetGlobalEnv()->GetObjectFunction().GetObject<JSFunction… in HWTEST_F_L0() local
Dbuiltins_weak_set_test.cpp47 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Dbuiltins_weak_map_test.cpp51 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp31 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local
155 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
Dweak_ref_old_gc_test.cpp49 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
Decma_container_common.h63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Ddump_test.cpp353 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
539 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetFunctionFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h989 …untimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &jsFunc, in SetProfileTypeInfoCellToFunction()
1352 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1363 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1374 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1385 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1407 …dValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLocalModuleVar()
1430 …imeStubs::RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdSendableExternalModuleVar()
1435 …untimeStubs::RuntimeLdSendableLocalModuleVar(JSThread* thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdSendableLocalModuleVar()
1440 …lue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdExternalModuleVar()
1445 …RuntimeStubs::RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLazyExternalModuleVar()
[all …]
Druntime_stubs.cpp1823 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1848 JSTaggedValue jsFunc = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
1896 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1904 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1912 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1920 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1928 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1936 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp3179 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3200 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3228 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3256 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3648 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3668 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3709 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3734 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3755 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3795 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local

12