Home
last modified time | relevance | path

Searched defs:compiled_methods (Results 1 – 5 of 5) sorted by relevance

/art/tools/bisection_search/
Dbisection_test.py57 def MethodFailsForAllPasses(self, compiled_methods, run_passes=None): argument
60 def MethodFailsForAPass(self, compiled_methods, run_passes=None): argument
Dbisection_search.py99 def Test(self, compiled_methods, passes_to_run=None): argument
165 def _PrepareCmd(self, compiled_methods=None, passes_to_run=None): argument
/art/compiler/debug/
Ddebug_info.h33 ArrayRef<const MethodDebugInfo> compiled_methods; member
/art/compiler/driver/
Dcompiled_method_storage_test.cc61 std::vector<CompiledMethod*> compiled_methods; in TEST() local
/art/dex2oat/linker/
Doat_writer.cc4135 OatWriter::OatClass::OatClass(const dchecked_vector<CompiledMethod*>& compiled_methods, in OatClass()