Home
last modified time | relevance | path

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

123

/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_data_accessor.cpp18 namespace panda::panda_file { namespace
20 MethodDataAccessor::MethodDataAccessor(const File &panda_file, File::EntityId method_id) in MethodDataAccessor()
Ddebug_data_accessor.cpp18 namespace panda::panda_file { namespace
20 DebugInfoDataAccessor::DebugInfoDataAccessor(const File &panda_file, File::EntityId debug_info_id) in DebugInfoDataAccessor()
Dmethod_handle_data_accessor.cpp19 namespace panda::panda_file { namespace
21 MethodHandleDataAccessor::MethodHandleDataAccessor(const File &panda_file, File::EntityId method_ha… in MethodHandleDataAccessor()
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()
/arkcompiler/runtime_core/libpandafile/tests/
Ddata_protect_test.cpp21 namespace panda::panda_file::test { namespace
Dfile_format_version_test.cpp20 namespace panda::panda_file::test { namespace
/arkcompiler/runtime_core/static_core/libpandafile/
Dliteral_data_accessor.cpp18 namespace ark::panda_file { namespace
Dmethod_data_accessor.cpp19 namespace ark::panda_file { namespace
Ddebug_data_accessor.cpp19 namespace ark::panda_file { namespace
Dmethod_handle_data_accessor.cpp19 namespace ark::panda_file { namespace
Dclass_data_accessor.cpp22 namespace ark::panda_file { namespace
Dfile_format_version.cpp21 namespace ark::panda_file { namespace
Dfile_writer.cpp19 namespace ark::panda_file { namespace
Dcode_data_accessor.cpp18 namespace ark::panda_file { namespace
/arkcompiler/runtime_core/compiler/tests/
Dgraph_test.h45 static bool HasTryCatch(const panda_file::File &panda_file, panda_file::File::EntityId code_id) in HasTryCatch()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_items_test.cpp26 namespace ark::panda_file::test { namespace

123