Home
last modified time | relevance | path

Searched defs:compiled_methods (Results 1 – 6 of 6) 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.py97 def Test(self, compiled_methods, passes_to_run=None): argument
163 def _PrepareCmd(self, compiled_methods=None, passes_to_run=None): argument
/art/compiler/debug/
Ddebug_info.h34 ArrayRef<const MethodDebugInfo> compiled_methods; member
/art/dex2oat/driver/
Dcompiled_method_storage_test.cc61 std::vector<CompiledMethod*> compiled_methods; in TEST() local
/art/runtime/jit/
Djit_code_cache.cc502 std::map<const void*, ArtMethod*> compiled_methods; in FreeAllMethodHeaders() local
/art/dex2oat/linker/
Doat_writer.cc3977 OatWriter::OatClass::OatClass(const dchecked_vector<CompiledMethod*>& compiled_methods, in OatClass()