Home
last modified time | relevance | path

Searched refs:ptr_file (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h208 auto ptr_file = pfile_.get(); in ParseToGraph() local
209 if (ptr_file == nullptr) { in ParseToGraph()
216 for (uint32_t id : ptr_file->GetClasses()) { in ParseToGraph()
219 if (ptr_file->IsExternal(record_id)) { in ParseToGraph()
223 panda_file::ClassDataAccessor cda {*ptr_file, record_id}; in ParseToGraph()
224 cda.EnumerateMethods([&temp_graph, ptr_file, func_name, this](panda_file::MethodDataAccessor &mda) { in ParseToGraph()
226 auto str = ptr_file->GetStringData(name_id).data; in ParseToGraph()

Completed in 2 milliseconds