Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.h30 AccessObjectStubBuilder(StubBuilder *parent, GateRef globalEnv, GateRef jsFunc) in AccessObjectStubBuilder()
Dslowpath_lowering.cpp138 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerGetEnv() local
169 GateRef jsFunc = acc_.GetValueIn(gate, 0); in TryLowerGetGlobalEnvCache() local
884 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCallStubWithIC() local
994 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in SaveFrameToContext() local
1301 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in GetStringFromConstPool() local
1713 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local
1739 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateObjectWithBuffer() local
1782 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
1793 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerSetGeneratorState() local
1854 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerDynamicImport() local
[all …]
Dlazy_deopt_dependency.cpp43 void CombinedDependencies::InstallAll(JSThread *thread, JSHandle<JSTaggedValue> jsFunc) in InstallAll()
221 JSThread *thread, JSTaggedValue jsFunc) in Commit()
Dntype_hcr_lowering.cpp94 GateRef jsFunc = argAcc->GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local
304 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerStoreModuleVar() local
336 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdLocalModuleVar() local
361 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdExternalModuleVar() local
Dntype_bytecode_lowering.cpp338 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local
369 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdExternalMoudleVar() local
378 GateRef jsFunc = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
Dcommon_stubs.cpp75 GateRef jsFunc = TaggedArgument(1); in GenerateCircuit() local
615 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
841 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
866 GateRef jsFunc = TaggedArgument(5); // 5 : 6th para in GenerateCircuit() local
881 GateRef jsFunc = TaggedArgument(6); // 6 : 7th para in GenerateCircuit() local
896 GateRef jsFunc = TaggedArgument(7); // 7 : 8th para in GenerateCircuit() local
931 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
955 GateRef jsFunc = TaggedArgument(5); // 5 : 6th para in GenerateCircuit() local
1065 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
1079 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
[all …]
Dhcr_circuit_builder.cpp592 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar()
604 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar()
616 GateRef CircuitBuilder::LdExternalModuleVar(GateRef jsFunc, GateRef index) in LdExternalModuleVar()
Dnew_object_stub_builder.cpp1178 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef lengt… in NewJSFunction()
1234 GateRef jsFunc = NewJSFunctionByHClass(glue, method, hclass); in NewJSFunction() local
1251 void NewObjectStubBuilder::NewJSFunctionForJit(GateRef glue, GateRef jsFunc, GateRef hclass, GateRe… in NewJSFunctionForJit()
1303 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, Ga… in SetProfileTypeInfoCellToFunction()
2143 GateRef NewObjectStubBuilder::LoadTrackInfo(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, in LoadTrackInfo()
2182 …GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef arrayLiteral, ProfileOperation call… in LoadArrayHClassSlowPath()
2272 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInf… in CreateEmptyArray()
2308 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()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.cpp35 …lue ModuleValueAccessor::GetModuleValueInner(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner()
52 …leValueAccessor::GetSendableModuleValueInner(JSThread* thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValueInner()
84 …lue ModuleValueAccessor::GetModuleValueOuter(JSThread* thread, int32_t index, JSTaggedValue jsFunc) in GetModuleValueOuter()
96 …ModuleValueAccessor::GetLazyModuleValueOuter(JSThread* thread, int32_t index, JSTaggedValue jsFunc) in GetLazyModuleValueOuter()
102 …leValueAccessor::GetSendableModuleValueOuter(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValueOuter()
109 JSTaggedValue jsFunc) in GetLazySendableModuleValueOuter()
155 …essor::StoreModuleValue(JSThread *thread, int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
529 JSTaggedValue jsFunc) in GetModuleValueInner()
546 JSTaggedValue jsFunc) in GetModuleValueOuter()
571 JSTaggedValue jsFunc) in StoreModuleValue()
Djs_module_manager.cpp39 … ModuleManager::CheckModuleValueOutterResolved(JSThread *thread, int32_t index, JSFunction *jsFunc) in CheckModuleValueOutterResolved()
75 …uleManager::GetExternalModuleVarFastPathForJIT(JSThread *thread, int32_t index, JSFunction *jsFunc) in GetExternalModuleVarFastPathForJIT()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp99 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
210 JSHandle<FunctionTemplate> jsFunc = in EnumerateLiteralVals() local
295 JSHandle<JSFunction> jsFunc; in CreateJSFunctionInLiteral() local
350 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral() local
488 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddynamic_object_accessor_test.cpp31 auto jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectCreate() local
Dtagged_array_test.cpp31 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local
158 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
545 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetFunctionFunction(); in HWTEST_F_L0() 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/
Ddependent_infos.cpp26 const JSHandle<JSTaggedValue> jsFunc, in AppendDependentInfos()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue/
Desvalue_def_test.js22 export let jsFunc = function () { return 6; }; function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue2/
Desvalue_def_test.js22 export let jsFunc = function () { return 6; }; function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1042 …untimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &jsFunc, in SetProfileTypeInfoCellToFunction()
1405 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1416 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1427 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1438 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1460 …dValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLocalModuleVar()
1483 …imeStubs::RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdSendableExternalModuleVar()
1488 …untimeStubs::RuntimeLdSendableLocalModuleVar(JSThread* thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdSendableLocalModuleVar()
1493 …lue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdExternalModuleVar()
1498 …RuntimeStubs::RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLazyExternalModuleVar()
[all …]
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp3120 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3140 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3167 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3194 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3586 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3606 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3647 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3672 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3693 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
3733 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local

12