Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.h29 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder()
Dslowpath_lowering.cpp122 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerGetEnv() local
810 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCallStubWithIC() local
911 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in SaveFrameToContext() local
1213 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerThrowUndefinedIfHoleWithName() local
1586 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local
1612 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateObjectWithBuffer() local
1628 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
1639 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerSetGeneratorState() local
1671 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdBigInt() local
1704 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerDynamicImport() local
[all …]
Dcommon_stubs.cpp71 GateRef jsFunc = TaggedArgument(1); in GenerateCircuit() local
284 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
466 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
489 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
520 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
541 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
639 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local
652 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
664 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local
677 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
288 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerStoreModuleVar() local
320 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdLocalModuleVar() local
Dntype_bytecode_lowering.cpp332 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local
341 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
Dnew_object_stub_builder.cpp1098 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef lengt… in NewJSFunction()
1143 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, Ga… in SetProfileTypeInfoCellToFunction()
1856 GateRef NewObjectStubBuilder::LoadTrackInfo(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, in LoadTrackInfo()
1895 …GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef arrayLiteral, ProfileOperation call… in LoadArrayHClassSlowPath()
1992 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInf… in CreateEmptyArray()
2028 GateRef NewObjectStubBuilder::CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, in CreateArrayWithBuffer()
Dhcr_circuit_builder.cpp602 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar()
614 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar()
Dhcr_circuit_builder.h253 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall()
Dcircuit.cpp526 GateRef Circuit::GetInitialEnvGate(GateRef depend, GateRef jsFunc) in GetInitialEnvGate()
Dbytecode_circuit_builder.h548 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool()
Dcircuit_builder.cpp576 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction()
781 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in GetObjectByIndexFromConstPool() local
939 GateRef CircuitBuilder::GetCodeAddr(GateRef jsFunc) in GetCodeAddr()
Dmcr_circuit_builder.h309 inline GateRef CircuitBuilder::JudgeAotAndFastCall(GateRef jsFunc, JudgeMethodType type) in JudgeAotAndFastCall()
Dstub_builder-inl.h270 inline GateRef StubBuilder::GetAotCodeAddr(GateRef jsFunc) in GetAotCodeAddr()
3355 inline GateRef StubBuilder::JudgeAotAndFastCall(GateRef jsFunc, CircuitBuilder::JudgeMethodType typ… in JudgeAotAndFastCall()
3572 inline GateRef StubBuilder::GetProfileTypeInfo(GateRef jsFunc) in GetProfileTypeInfo()
3598 inline GateRef StubBuilder::LoadPfHeaderFromConstPool(GateRef jsFunc) in LoadPfHeaderFromConstPool()
3611 inline GateRef StubBuilder::LoadHCIndexInfosFromConstPool(GateRef jsFunc) in LoadHCIndexInfosFromConstPool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp100 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
210 JSHandle<FunctionTemplate> jsFunc = in EnumerateLiteralVals() local
293 JSHandle<JSFunction> jsFunc; in CreateJSFunctionInLiteral() local
348 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral() local
484 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp65 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner()
88 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter()
164 JSTaggedValue ModuleManager::GetLazyModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetLazyModuleValueOutter()
244 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
273 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner()
289 JSTaggedValue ModuleManager::GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueOutter()
331 void ModuleManager::StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
Djs_shared_module_manager.cpp43 … SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValue()
77 …redModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetLazySendableModuleValue()
/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_ref_old_gc_test.cpp34 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
Dtagged_array_test.cpp31 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local
155 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
Decma_container_common.h63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Ddump_test.cpp302 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
482 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetFunctionFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
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
Dbuiltins_global_test.cpp36 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h966 …untimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &jsFunc, in SetProfileTypeInfoCellToFunction()
1332 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1343 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1354 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1365 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1387 …dValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLocalModuleVar()
1410 …imeStubs::RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdSendableExternalModuleVar()
1415 …lue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdExternalModuleVar()
1420 …RuntimeStubs::RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLazyExternalModuleVar()
1426 JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLazySendableExternalModuleVar()
[all …]
Druntime_stubs.cpp1822 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1847 JSTaggedValue jsFunc = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
1895 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1903 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1911 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1919 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1927 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local

12