Home
last modified time | relevance | path

Searched refs:loader (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp143 PGOProfilerDecoder loader("ark-profiler/modules.ap", 2); in HWTEST_F_L0() local
146 ASSERT_TRUE(loader.LoadAndVerify(checksum)); in HWTEST_F_L0()
147 ASSERT_TRUE(!loader.Match(expectRecordName, methodLiterals[0]->GetMethodId())); in HWTEST_F_L0()
149 ASSERT_TRUE(!loader.LoadAndVerify(checksum)); in HWTEST_F_L0()
150 ASSERT_TRUE(loader.Match(expectRecordName, methodLiterals[0]->GetMethodId())); in HWTEST_F_L0()
206 PGOProfilerDecoder loader("ark-profiler1/modules.ap", 2); in HWTEST_F_L0() local
209 ASSERT_TRUE(loader.LoadAndVerify(checksum)); in HWTEST_F_L0()
211 loader.MatchAndMarkMethod(expectRecordName, in HWTEST_F_L0()
215 ASSERT_TRUE(loader.Match(expectRecordName, methodLiterals[0]->GetMethodId())); in HWTEST_F_L0()
216 ASSERT_TRUE(loader.Match(expectRecordName, methodLiterals[2]->GetMethodId())); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/sdk/
DBUILD.gn88 …outputs = [ target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build-win/bin/{{source_file_part…
90 target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build-win/bin/"
106 …outputs = [ target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build-win/aot/src/{{source_file_…
109 "/ets/build-tools/ets-loader/bin/ark/build-win/aot/src/"
169 …outputs = [ target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build/bin/{{source_file_part}}" ]
171 target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build/bin/"
186 …outputs = [ target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build/aot/src/{{source_file_part…
188 target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build/aot/src/"
240 …outputs = [ target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build-mac/bin/{{source_file_part…
242 target_out_dir + "/ets/build-tools/ets-loader/bin/ark/build-mac/bin/"
[all …]
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js28 function getOrCreateLoad(loader, id) { argument
29 let load = loader[REGISTRY][id];
31 load = loader[REGISTRY][id] = {};
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp183 if (JsStackInfo::loader == nullptr) { in CrashCallback()
186 if (!JsStackInfo::loader->InsideStub(pc) && !JsStackInfo::loader->InsideAOT(pc)) { in CrashCallback()
234 if (JsStackInfo::loader != nullptr) { in ReadUintptrFromAddr()
235 const Heap *heap = JsStackInfo::loader->GetHeap(); in ReadUintptrFromAddr()
352 if (pid == getpid() && JsStackInfo::loader != nullptr && in StepArkManagedNativeFrame()
353 !JsStackInfo::loader->InsideStub(*pc) && !JsStackInfo::loader->InsideAOT(*pc)) { in StepArkManagedNativeFrame()
Djs_stackinfo.h35 static AOTFileManager *loader; variable
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js54 loader: 'ts-loader', property
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp112 auto loader = GetClassLinker(); in BuildGraph() local
114 auto extension = loader->GetExtension(panda_file::SourceLang::PANDA_ASSEMBLY); in BuildGraph()
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme_zh.md18 - 部分情况下,镜像烧录后开发板开机异常,与PC设备连接断掉,会导致hdc命令失效,脚本运行卡住,此时需要在镜像烧录时手动进入loader模式
Dreadme.md24 …l be blocked in next running, you should reboot the rk3568 demo borad to loader mode when next bur…
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp93 AOTFileManager *JsStackInfo::loader = nullptr; member in panda::ecmascript::JsStackInfo
110 if (JsStackInfo::loader == nullptr) { in Create()
111 JsStackInfo::loader = vm->GetJSThread()->GetCurrentEcmaContext()->GetAOTFileManager(); in Create()
267 if (JsStackInfo::loader == GetJSThread()->GetCurrentEcmaContext()->GetAOTFileManager()) { in ~EcmaVM()
268 JsStackInfo::loader = nullptr; in ~EcmaVM()
Dframes.cpp114 auto loader = const_cast<JSThread *>(thread_)->GetCurrentEcmaContext()->GetAOTFileManager(); in CalCallSiteInfo() local
115 return loader->CalCallSiteInfo(retAddr); in CalCallSiteInfo()
/arkcompiler/ets_frontend/legacy_bin/
DBUILD.gn16 # for js-loader
122 # for ets-loader
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp514 AOTFileManager *loader = vm_->GetJSThread()->GetCurrentEcmaContext()->GetAOTFileManager(); in IsAddrAtStubOrAot() local
515 return loader->InsideStub(pc) || loader->InsideAOT(pc); in IsAddrAtStubOrAot()
/arkcompiler/runtime_core/docs/
Daot.md29 To access to the `.text` and `.aot` sections from AOT loader following symbols are defined:
142 Panda file shall be passed with same name as it was compiled by ark_aot, otherwise AOT loader won't…
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2loader:R,getResolutionWithResolvedFileName:P,shouldRetryResolution:function(t){return!t.resolvedMo… property
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js40384 get loader() {