| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.h | 30 AccessObjectStubBuilder(StubBuilder *parent, GateRef globalEnv, GateRef jsFunc) in AccessObjectStubBuilder()
|
| D | slowpath_lowering.cpp | 138 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 …]
|
| D | lazy_deopt_dependency.cpp | 43 void CombinedDependencies::InstallAll(JSThread *thread, JSHandle<JSTaggedValue> jsFunc) in InstallAll() 221 JSThread *thread, JSTaggedValue jsFunc) in Commit()
|
| D | ntype_hcr_lowering.cpp | 94 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
|
| D | ntype_bytecode_lowering.cpp | 338 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
|
| D | common_stubs.cpp | 75 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 …]
|
| D | hcr_circuit_builder.cpp | 592 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()
|
| D | new_object_stub_builder.cpp | 1178 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()
|
| D | access_object_stub_builder.cpp | 67 … GateRef propKey, GateRef jsFunc, GateRef slotId, in LoadObjByNameWithMega() 97 … GateRef megaStubCache, GateRef propKey, GateRef jsFunc, in StoreObjByNameWithMega()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_value_accessor.cpp | 35 …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()
|
| D | js_module_manager.cpp | 39 … 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/ |
| D | literal_data_extractor.cpp | 99 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/ |
| D | dynamic_object_accessor_test.cpp | 31 auto jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectCreate() local
|
| D | tagged_array_test.cpp | 31 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local 158 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
|
| D | weak_ref_old_gc_test.cpp | 49 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
|
| D | ecma_container_common.h | 63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| D | dump_test.cpp | 353 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/ |
| D | builtins_global_test.cpp | 38 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
|
| D | builtins_weak_set_test.cpp | 47 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| D | builtins_weak_map_test.cpp | 51 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dependent_infos.cpp | 26 const JSHandle<JSTaggedValue> jsFunc, in AppendDependentInfos()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue/ |
| D | esvalue_def_test.js | 22 export let jsFunc = function () { return 6; }; function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue2/ |
| D | esvalue_def_test.js | 22 export let jsFunc = function () { return 6; }; function
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1042 …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/ |
| D | ecma_module_test.cpp | 3120 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
|