| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_annotation.cpp | 29 const panda_file::File &pf = *method->GetPandaFile(); in FindAsyncAnnotation() local
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/literaldataaccessor_fuzzer/ |
| H A D | literaldataaccessor_fuzzer.cpp | 23 auto pf = ark::panda_file::OpenPandaFileFromMemory(data, size); in LiteralDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/literaldataaccessor_fuzzer/ |
| H A D | literaldataaccessor_fuzzer.cpp | 24 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in LiteralDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | runtime_adapter.cpp | 28 auto &pf = mda.GetPandaFile(); in IsEqual() local
|
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| H A D | extractor_test.cpp | 43 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local
|
| H A D | functions_test.cpp | 42 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local 78 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local 121 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in BuildPandaMethod() local [all...] |
| H A D | literals_test.cpp | 45 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local 74 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local 119 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local 169 auto pf in TEST() local [all...] |
| H A D | test_debug_info.cpp | 66 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local
|
| H A D | records_test.cpp | 42 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local 84 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local 136 auto pf = ark::pandasm::AsmEmitter::Emit(program.Value()); in TEST() local
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| H A D | methoddataaccessor_fuzzer.cpp | 24 auto pf = ark::panda_file::OpenPandaFileFromMemory(data, size); in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/ |
| H A D | annotationdataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in AnnotationDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| H A D | codedataaccessor_fuzzer.cpp | 27 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in CodeDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/ |
| H A D | classdataaccessor_fuzzer.cpp | 25 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in ClassDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| H A D | debuginfodataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in DebugInfoDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/ |
| H A D | fielddataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in FieldDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| H A D | methoddataaccessor_fuzzer.cpp | 25 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/getjspandafile_fuzzer/ |
| H A D | getjspandafile_fuzzer.cpp | 66 std::shared_ptr<JSPandaFile> pf; in GetJSPandaFileFuzzTest() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | code_data_accessor-inl.h | 62 inline uint32_t CodeDataAccessor::GetNumVregs(const File &pf, File::EntityId code_id) in GetNumVregs() argument 71 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id, uint32_t *vregs) in GetInstructions() argument 82 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id) in GetInstructions() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | code_data_accessor-inl.h | 63 inline uint32_t CodeDataAccessor::GetNumVregs(const File &pf, File::EntityId codeId) in GetNumVregs() argument 72 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId, uint32_t *vregs) in GetInstructions() argument
|
| H A D | code_data_accessor.cpp | 52 const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId) in GetInstructions() argument
|
| H A D | debug_helpers.cpp | 41 const char *GetStringFromConstantPool(const File &pf, uint32_t offset) in GetStringFromConstantPool() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | ets_interop_runtime_interface-inl.h | 138 auto pf = ClassCast(klass)->GetPandaFile(); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | get_test_class.cpp | 30 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in GetTestClass() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | interpreter_test_resolve_field.cpp | 92 auto pf = ark::panda_file::File::Open("../bin-gtests/pre-build/interpreter_test_resolve_field.abc"); in TEST_F() local
|
| H A D | interpreter_test_resolve_ctor_class.cpp | 91 auto pf = ark::panda_file::File::Open("../bin-gtests/pre-build/interpreter_test_resolve_ctor_class.abc"); in TEST_F() local
|