Home
last modified time | relevance | path

Searched refs:method_id_debug_info (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Dcompact_dex_writer.cc336 std::vector<dex_ir::DebugInfoItem*> method_id_debug_info(header_->MethodIds().Size(), nullptr); in CanGenerateCompactDex() local
360 if (method_id_debug_info[idx] != debug_info_item) { in CanGenerateCompactDex()
368 method_id_debug_info[idx] = debug_info_item; in CanGenerateCompactDex()