Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor-inl.h62 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()
Dindex_accessor.h27 IndexAccessor(const File &pf, File::EntityId method_id) in IndexAccessor()
Ddebug_info_extractor.cpp25 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()
Dclass_data_accessor-inl.h150 static void EnumerateClassElements(const File &pf, Span<const uint8_t> sp, size_t elem_num, const C… in EnumerateClassElements()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp56 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
Ddebug_info_extractor_test.cpp329 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/
Dassembler_emitter_test.cpp72 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 …]
Demitter_test.cpp69 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/
Djs_pandafile_test.cpp66 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 …]
Djs_pandafile_executor_test.cpp73 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
Dpanda_file_translator_test.cpp74 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
Djs_pandafile_manager_test.cpp77 …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/
Djs_pandafile_manager.cpp50 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 …]
Dmethod_literal.cpp34 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/
Dliteraldataaccessor_fuzzer.cpp24 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in LiteralDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
Dfielddataaccessor_fuzzer.cpp26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in FieldDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp25 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in MethodDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/
Dclassdataaccessor_fuzzer.cpp25 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in ClassDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp27 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/
Dannotationdataaccessor_fuzzer.cpp26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in AnnotationDataAccessorFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp73 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/
Dlibziparchive_tests.cpp516 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/
Dpanda_runner.h95 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in Run() local
/arkcompiler/runtime_core/panda/
Dpanda.cpp51 class_linker.EnumerateBootPandaFiles([&res, file_name](const panda_file::File &pf) { in GetPandaFile()

12