Home
last modified time | relevance | path

Searched defs:panda_file (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.cpp18 namespace panda::panda_file { namespace
20 LiteralDataAccessor::LiteralDataAccessor(const File &panda_file, File::EntityId literal_data_id) in LiteralDataAccessor()
Dmethod_handle_data_accessor.cpp19 namespace panda::panda_file { namespace
21 MethodHandleDataAccessor::MethodHandleDataAccessor(const File &panda_file, File::EntityId method_ha… in MethodHandleDataAccessor()
Ddebug_data_accessor.cpp18 namespace panda::panda_file { namespace
20 DebugInfoDataAccessor::DebugInfoDataAccessor(const File &panda_file, File::EntityId debug_info_id) in DebugInfoDataAccessor()
Dmethod_data_accessor.cpp18 namespace panda::panda_file { namespace
20 MethodDataAccessor::MethodDataAccessor(const File &panda_file, File::EntityId method_id) in MethodDataAccessor()
Dclass_data_accessor.cpp21 namespace panda::panda_file { namespace
23 ClassDataAccessor::ClassDataAccessor(const File &panda_file, File::EntityId class_id) in ClassDataAccessor()
Dmodule_data_accessor.cpp20 namespace panda::panda_file { namespace
21 ModuleDataAccessor::ModuleDataAccessor(const panda_file::File &panda_file, panda_file::File::Entity… in ModuleDataAccessor()
Dcode_data_accessor.cpp18 namespace panda::panda_file { namespace
37 CodeDataAccessor::CodeDataAccessor(const File &panda_file, File::EntityId code_id) in CodeDataAccessor()
Dfield_data_accessor.cpp20 namespace panda::panda_file { namespace
22 FieldDataAccessor::FieldDataAccessor(const File &panda_file, File::EntityId field_id) in FieldDataAccessor()
Dannotation_data_accessor.cpp19 namespace panda::panda_file { namespace
21 AnnotationDataAccessor::AnnotationDataAccessor(const File &panda_file, File::EntityId annotation_id) in AnnotationDataAccessor()
Dvalue.h28 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()
Dmethod_data_accessor-inl.h27 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()
Dfile_format_version.cpp21 namespace panda::panda_file { namespace
Dproto_data_accessor.h27 …ProtoDataAccessor(const File &panda_file, File::EntityId proto_id) : panda_file_(panda_file), prot… in ProtoDataAccessor()
Dfield_data_accessor-inl.h29 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()
Dfile_writer.cpp19 namespace panda::panda_file { namespace
/arkcompiler/runtime_core/runtime/
Dfield.cpp27 const auto *panda_file = GetPandaFile(); in GetName() local
34 const auto *panda_file = GetPandaFile(); in ResolveTypeClass() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_format_version_test.cpp20 namespace panda::panda_file::test { namespace
Dfile_items_test.cpp26 namespace panda::panda_file::test { namespace
/arkcompiler/runtime_core/runtime/include/tooling/
Dpt_location.h28 explicit PtLocation(const char *panda_file, EntityId method_id, uint32_t bytecode_offset) in PtLocation()
/arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/
Dclassdataaccessor_fuzzer.cpp30 const auto &panda_file = *pf; in ClassDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
Dfielddataaccessor_fuzzer.cpp30 const auto &panda_file = *pf; in FieldDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp29 const auto &panda_file = *pf; in MethodDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp31 const auto &panda_file = *pf; in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp30 const auto &panda_file = *pf; in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/
Dannotationdataaccessor_fuzzer.cpp31 const auto &panda_file = *pf; in AnnotationDataAccessorFuzzTest() local

12