Home
last modified time | relevance | path

Searched defs:pfile_ref (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp348 void Paoc::StartAotFile(const panda_file::File &pfile_ref) in StartAotFile()
392 auto &pfile_ref = *pfile; in CompileFiles() local
417 bool Paoc::CompilePandaFile(const panda_file::File &pfile_ref) in CompilePandaFile()
458 panda::Class *Paoc::ResolveClass(const panda_file::File &pfile_ref, panda_file::File::EntityId clas… in ResolveClass()
475 bool Paoc::PossibleToCompile(const panda_file::File &pfile_ref, const panda::Class *klass, in PossibleToCompile()
515 bool Paoc::Compile(Class *klass, const panda_file::File &pfile_ref) in Compile()
803 std::string Paoc::GetFileLocation(const panda_file::File &pfile_ref, std::string location) in GetFileLocation()
856 void Paoc::BuildClassHashTable(const panda_file::File &pfile_ref) in BuildClassHashTable()
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp113 auto &pfile_ref = *panda_file_ptr.get(); in TEST_F() local