Home
last modified time | relevance | path

Searched defs:jsFunc (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.h29 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder() argument
H A Dntype_bytecode_lowering.cpp335 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local
344 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
H A 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 GenerateCircuit() local
541 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para GenerateCircuit() local
639 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para GenerateCircuit() local
652 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para GenerateCircuit() local
664 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para GenerateCircuit() local
677 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para GenerateCircuit() local
931 GateRef jsFunc = TaggedArgument(2); // 2 : 3rd para GenerateCircuit() local
[all...]
H A Dcircuit.cpp526 GateRef Circuit::GetInitialEnvGate(GateRef depend, GateRef jsFunc) in GetInitialEnvGate() argument
H A Dhcr_circuit_builder.h253 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall() argument
H A Dntype_hcr_lowering.cpp91 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local
292 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerStoreModuleVar() local
324 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdLocalModuleVar() local
H A Dbytecode_circuit_builder.h552 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool() argument
H A Dhcr_circuit_builder.cpp603 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar() argument
615 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar() argument
H A Dmcr_circuit_builder.h309 inline GateRef CircuitBuilder::JudgeAotAndFastCall(GateRef jsFunc, JudgeMethodType type) in JudgeAotAndFastCall() argument
H A Dframe_states.cpp430 GateRef jsFunc = acc_.GetValueIn(frameArgs, static_cast<size_t>(FrameArgIdx::FUNC)); in InitEntryBB() local
H A Dnew_object_stub_builder.cpp1043 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv, in NewJSFunction() argument
1088 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, GateRef slotId) in SetProfileTypeInfoCellToFunction() argument
1808 GateRef NewObjectStubBuilder::LoadTrackInfo(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, in LoadTrackInfo() argument
1846 LoadArrayHClassSlowPath( GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef arrayLiteral, ProfileOperation callback) LoadArrayHClassSlowPath() argument
1944 CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) CreateEmptyArray() argument
1980 CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) CreateArrayWithBuffer() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dweak_ref_old_gc_test.cpp34 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
H A Decma_container_common.h63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
H A Dtagged_array_test.cpp31 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local
155 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
H A 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/builtins/tests/
H A Dbuiltins_weak_map_test.cpp51 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
H A Dbuiltins_weak_set_test.cpp47 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
H A 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
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp293 JSHandle<JSFunction> jsFunc; in CreateJSFunctionInLiteral() local
348 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral() local
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_shared_module_manager.cpp43 JSTaggedValue SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValue() argument
77 JSTaggedValue SharedModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetLazySendableModuleValue() argument
H A Djs_module_manager.cpp65 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner() argument
88 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter() argument
164 JSTaggedValue ModuleManager::GetLazyModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetLazyModuleValueOutter() argument
244 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue() argument
273 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner() argument
289 GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) GetModuleValueOutter() argument
331 StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) StoreModuleValue() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp2973 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
2994 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3022 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3050 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3437 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local
3457 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local
3498 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local
3523 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local
3544 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local
3584 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1416 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h992 void RuntimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &jsFunc, in SetProfileTypeInfoCellToFunction() argument
1354 RuntimeGetModuleNamespace(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeGetModuleNamespace() argument
1365 RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, JSTaggedValue jsFunc) RuntimeGetModuleNamespace() argument
1376 RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) RuntimeStModuleVar() argument
1387 RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) RuntimeStModuleVar() argument
1410 RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdLocalModuleVar() argument
1433 RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdSendableExternalModuleVar() argument
1438 RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdExternalModuleVar() argument
1443 RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdLazyExternalModuleVar() argument
1448 RuntimeLdLazySendableExternalModuleVar( JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdLazySendableExternalModuleVar() argument
1464 RuntimeLdModuleVar(JSThread *thread, JSTaggedValue key, bool inner, JSTaggedValue jsFunc) RuntimeLdModuleVar() argument
[all...]
H A Druntime_stubs.cpp1799 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1824 JSTaggedValue jsFunc = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
1872 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1880 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1888 JSTaggedValue jsFunc in DEF_RUNTIME_STUBS() local
1896 JSTaggedValue jsFunc = GetArg(argv, argc, 1); DEF_RUNTIME_STUBS() local
1904 JSTaggedValue jsFunc = GetArg(argv, argc, 1); DEF_RUNTIME_STUBS() local
[all...]

Completed in 62 milliseconds

12