Searched defs:compiled_methods (Results 1 – 6 of 6) sorted by relevance
/art/tools/bisection_search/ |
D | bisection_test.py | 57 def MethodFailsForAllPasses(self, compiled_methods, run_passes=None): argument 60 def MethodFailsForAPass(self, compiled_methods, run_passes=None): argument
|
D | bisection_search.py | 97 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/ |
D | debug_info.h | 34 ArrayRef<const MethodDebugInfo> compiled_methods; member
|
/art/dex2oat/driver/ |
D | compiled_method_storage_test.cc | 61 std::vector<CompiledMethod*> compiled_methods; in TEST() local
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 502 std::map<const void*, ArtMethod*> compiled_methods; in FreeAllMethodHeaders() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 3977 OatWriter::OatClass::OatClass(const dchecked_vector<CompiledMethod*>& compiled_methods, in OatClass()
|