/arkcompiler/runtime_core/libpandafile/ |
D | code_data_accessor-inl.h | 62 inline uint32_t CodeDataAccessor::GetNumVregs(const File &pf, File::EntityId code_id) in GetNumVregs() 71 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id, uin… in GetInstructions() 82 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id) in GetInstructions()
|
D | index_accessor.h | 27 IndexAccessor(const File &pf, File::EntityId method_id) in IndexAccessor()
|
D | debug_info_extractor.cpp | 25 static const char *GetStringFromConstantPool(const File &pf, uint32_t offset) in GetStringFromConstantPool() 30 DebugInfoExtractor::DebugInfoExtractor(const File *pf) in DebugInfoExtractor() 183 void DebugInfoExtractor::Extract(const File *pf) in Extract()
|
D | class_data_accessor-inl.h | 150 static void EnumerateClassElements(const File &pf, Span<const uint8_t> sp, size_t elem_num, const C… in EnumerateClassElements()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | file_test.cpp | 56 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in GetEmptyPandaFileBytes() local 139 auto pf = OpenPandaFile(zip_filename); variable 162 auto pf = OpenPandaFileFromMemory(nullptr, -1); variable 171 auto pf = OpenPandaFileFromSecureMemory(nullptr, -1); variable 189 auto pf = OpenPandaFile(zip_filename); variable 211 auto pf = OpenPandaFileOrZip(zip_filename); variable 229 auto pf = OpenPandaFile(file_name); variable 284 auto pf = OpenPandaFile(zip_filename); variable
|
D | debug_info_extractor_test.cpp | 329 const panda_file::File *pf = u_file.get(); variable 353 const panda_file::File *pf = u_file.get(); variable 368 const panda_file::File *pf = u_file.get(); variable 383 const panda_file::File *pf = u_file.get(); variable
|
/arkcompiler/runtime_core/assembler/tests/ |
D | assembler_emitter_test.cpp | 72 auto pf = AsmEmitter::Emit(res.Value()); variable 113 auto pf = AsmEmitter::Emit(res.Value()); variable 246 auto pf = AsmEmitter::Emit(res.Value()); variable 358 auto pf = AsmEmitter::Emit(res.Value()); variable 426 auto pf = AsmEmitter::Emit(res.Value()); variable 440 auto pf = AsmEmitter::Emit(res.Value()); variable 454 auto pf = AsmEmitter::Emit(res.Value()); variable 468 auto pf = AsmEmitter::Emit(res.Value()); variable 483 auto pf = AsmEmitter::Emit(res.Value()); variable 505 auto pf = AsmEmitter::Emit(res.Value()); variable [all …]
|
D | emitter_test.cpp | 69 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 215 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 304 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 364 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 378 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 392 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 406 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 421 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 438 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local 466 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_test.cpp | 66 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), filename); in CreateJSPandaFile() local 77 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0() local 87 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0() local 98 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0() local 111 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0() local 127 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0() local 161 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0() local 211 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0() local 244 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0() local 278 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0() local [all …]
|
D | js_pandafile_executor_test.cpp | 73 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0() local 109 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0() local 147 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0() local
|
D | panda_file_translator_test.cpp | 74 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0() local 117 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0() local
|
D | js_pandafile_manager_test.cpp | 77 …std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName.c_st… in HWTEST_F_L0() local 193 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in CreateJSPandaFileAndConstpool() local 256 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0() local 287 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_manager.cpp | 50 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in LoadJSPandaFile() local 67 std::unique_ptr<const panda_file::File> pf; in LoadJSPandaFile() local 116 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() local 131 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() local 160 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() local 175 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() local 250 std::shared_ptr<JSPandaFile> JSPandaFileManager::GetJSPandaFile(const panda_file::File *pf) in GetJSPandaFile() 341 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in OpenJSPandaFile() local 354 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in OpenJSPandaFileFromBuffer() local 363 std::shared_ptr<JSPandaFile> JSPandaFileManager::NewJSPandaFile(const panda_file::File *pf, const C… in NewJSPandaFile() [all …]
|
D | method_literal.cpp | 34 const panda_file::File *pf = jsPandaFile->GetPandaFile(); in Initialize() local 105 const panda_file::File *pf = jsPandaFile->GetPandaFile(); in GetMethodName() local 117 const panda_file::File *pf = jsPandaFile->GetPandaFile(); in GetRecordName() local 130 const panda_file::File *pf = jsPandaFile->GetPandaFile(); in GetRecordNameWithSymbol() local
|
/arkcompiler/runtime_core/tests/fuzztest/literaldataaccessor_fuzzer/ |
D | literaldataaccessor_fuzzer.cpp | 24 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in LiteralDataAccessorFuzzTest() local
|
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/ |
D | fielddataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in FieldDataAccessorFuzzTest() local
|
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
D | methoddataaccessor_fuzzer.cpp | 25 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in MethodDataAccessorFuzzTest() local
|
/arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/ |
D | classdataaccessor_fuzzer.cpp | 25 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in ClassDataAccessorFuzzTest() local
|
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
D | debuginfodataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in DebugInfoDataAccessorFuzzTest() local
|
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
D | codedataaccessor_fuzzer.cpp | 27 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in CodeDataAccessorFuzzTest() local
|
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/ |
D | annotationdataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in AnnotationDataAccessorFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 73 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), filename); in CreateJSPandaFile() local 120 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler.abc", methodLiterals); in HWTEST_F_L0() local 168 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler1.abc", methodLiterals); in HWTEST_F_L0() local 234 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler2.abc", methodLiterals); in HWTEST_F_L0() local 296 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler3.abc", methodLiterals); in HWTEST_F_L0() local 392 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler5.abc", methodLiterals); in HWTEST_F_L0() local 462 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler8.abc", methodLiterals); in HWTEST_F_L0() local 505 std::shared_ptr<JSPandaFile> pf = in HWTEST_F_L0() local 629 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler12.abc", methodLiterals); in HWTEST_F_L0() local 911 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler.abc", methodLiterals); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/libziparchive/tests/ |
D | libziparchive_tests.cpp | 516 auto pf = pandasm::AsmEmitter::Emit(res.Value()); variable 592 auto pf = pandasm::AsmEmitter::Emit(res.Value()); variable 647 auto pf = pandasm::AsmEmitter::Emit(res.Value()); variable 693 auto pf = pandasm::AsmEmitter::Emit(res.Value()); variable
|
/arkcompiler/runtime_core/compiler/tests/ |
D | panda_runner.h | 95 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in Run() local
|
/arkcompiler/runtime_core/panda/ |
D | panda.cpp | 51 class_linker.EnumerateBootPandaFiles([&res, file_name](const panda_file::File &pf) { in GetPandaFile()
|