| /arkcompiler/runtime_core/libpandafile/ |
| D | literal_data_accessor.cpp | 18 namespace panda::panda_file { namespace 20 LiteralDataAccessor::LiteralDataAccessor(const File &panda_file, File::EntityId literal_data_id) in LiteralDataAccessor()
|
| D | method_handle_data_accessor.cpp | 19 namespace panda::panda_file { namespace 21 MethodHandleDataAccessor::MethodHandleDataAccessor(const File &panda_file, File::EntityId method_ha… in MethodHandleDataAccessor()
|
| D | debug_data_accessor.cpp | 18 namespace panda::panda_file { namespace 20 DebugInfoDataAccessor::DebugInfoDataAccessor(const File &panda_file, File::EntityId debug_info_id) in DebugInfoDataAccessor()
|
| D | method_data_accessor.cpp | 18 namespace panda::panda_file { namespace 20 MethodDataAccessor::MethodDataAccessor(const File &panda_file, File::EntityId method_id) in MethodDataAccessor()
|
| D | class_data_accessor.cpp | 21 namespace panda::panda_file { namespace 23 ClassDataAccessor::ClassDataAccessor(const File &panda_file, File::EntityId class_id) in ClassDataAccessor()
|
| D | module_data_accessor.cpp | 20 namespace panda::panda_file { namespace 21 ModuleDataAccessor::ModuleDataAccessor(const panda_file::File &panda_file, panda_file::File::Entity… in ModuleDataAccessor()
|
| D | code_data_accessor.cpp | 18 namespace panda::panda_file { namespace 37 CodeDataAccessor::CodeDataAccessor(const File &panda_file, File::EntityId code_id) in CodeDataAccessor()
|
| D | field_data_accessor.cpp | 20 namespace panda::panda_file { namespace 22 FieldDataAccessor::FieldDataAccessor(const File &panda_file, File::EntityId field_id) in FieldDataAccessor()
|
| D | annotation_data_accessor.cpp | 19 namespace panda::panda_file { namespace 21 AnnotationDataAccessor::AnnotationDataAccessor(const File &panda_file, File::EntityId annotation_id) in AnnotationDataAccessor()
|
| D | value.h | 28 ScalarValue(const File &panda_file, uint32_t value) : panda_file_(panda_file), value_(value) {} in ScalarValue() 74 ArrayValue(const File &panda_file, File::EntityId id) : panda_file_(panda_file), id_(id) in ArrayValue()
|
| D | method_data_accessor-inl.h | 27 inline File::EntityId MethodDataAccessor::GetNameId(const File &panda_file, File::EntityId method_i… in GetNameId() 35 inline panda_file::File::StringData MethodDataAccessor::GetName(const File &panda_file, File::Entit… in GetName() 41 inline File::EntityId MethodDataAccessor::GetProtoId(const File &panda_file, File::EntityId method_… in GetProtoId() 50 inline File::EntityId MethodDataAccessor::GetClassId(const File &panda_file, File::EntityId method_… in GetClassId()
|
| D | file_format_version.cpp | 21 namespace panda::panda_file { namespace
|
| D | proto_data_accessor.h | 27 …ProtoDataAccessor(const File &panda_file, File::EntityId proto_id) : panda_file_(panda_file), prot… in ProtoDataAccessor()
|
| D | field_data_accessor-inl.h | 29 inline File::EntityId FieldDataAccessor::GetTypeId(const File &panda_file, File::EntityId field_id) in GetTypeId() 37 inline File::EntityId FieldDataAccessor::GetNameId(const File &panda_file, File::EntityId field_id) in GetNameId()
|
| D | file_writer.cpp | 19 namespace panda::panda_file { namespace
|
| /arkcompiler/runtime_core/runtime/ |
| D | field.cpp | 27 const auto *panda_file = GetPandaFile(); in GetName() local 34 const auto *panda_file = GetPandaFile(); in ResolveTypeClass() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_format_version_test.cpp | 20 namespace panda::panda_file::test { namespace
|
| D | file_items_test.cpp | 26 namespace panda::panda_file::test { namespace
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | pt_location.h | 28 explicit PtLocation(const char *panda_file, EntityId method_id, uint32_t bytecode_offset) in PtLocation()
|
| /arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/ |
| D | classdataaccessor_fuzzer.cpp | 30 const auto &panda_file = *pf; in ClassDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/ |
| D | fielddataaccessor_fuzzer.cpp | 30 const auto &panda_file = *pf; in FieldDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 29 const auto &panda_file = *pf; in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| D | codedataaccessor_fuzzer.cpp | 31 const auto &panda_file = *pf; in CodeDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| D | debuginfodataaccessor_fuzzer.cpp | 30 const auto &panda_file = *pf; in DebugInfoDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/ |
| D | annotationdataaccessor_fuzzer.cpp | 31 const auto &panda_file = *pf; in AnnotationDataAccessorFuzzTest() local
|