/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 143 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/ |
D | BUILD.gn | 88 …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/ |
D | ecmastringtable.js | 28 function getOrCreateLoad(loader, id) { argument 29 let load = loader[REGISTRY][id]; 31 load = loader[REGISTRY][id] = {};
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackinfo.cpp | 183 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()
|
D | js_stackinfo.h | 35 static AOTFileManager *loader; variable
|
/arkcompiler/ets_frontend/ts2panda/ |
D | webpack.config.js | 54 loader: 'ts-loader', property
|
/arkcompiler/runtime_core/compiler/tests/ |
D | unit_test.cpp | 112 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/ |
D | readme_zh.md | 18 - 部分情况下,镜像烧录后开发板开机异常,与PC设备连接断掉,会导致hdc命令失效,脚本运行卡住,此时需要在镜像烧录时手动进入loader模式
|
D | readme.md | 24 …l be blocked in next running, you should reboot the rk3568 demo borad to loader mode when next bur…
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.cpp | 93 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()
|
D | frames.cpp | 114 auto loader = const_cast<JSThread *>(thread_)->GetCurrentEcmaContext()->GetAOTFileManager(); in CalCallSiteInfo() local 115 return loader->CalCallSiteInfo(retAddr); in CalCallSiteInfo()
|
/arkcompiler/ets_frontend/legacy_bin/ |
D | BUILD.gn | 16 # for js-loader 122 # for ets-loader
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | cpu_profiler.cpp | 514 AOTFileManager *loader = vm_->GetJSThread()->GetCurrentEcmaContext()->GetAOTFileManager(); in IsAddrAtStubOrAot() local 515 return loader->InsideStub(pc) || loader->InsideAOT(pc); in IsAddrAtStubOrAot()
|
/arkcompiler/runtime_core/docs/ |
D | aot.md | 29 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/ |
D | index.js | 2 …loader:R,getResolutionWithResolvedFileName:P,shouldRetryResolution:function(t){return!t.resolvedMo… property
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 40384 get loader() {
|