Home
last modified time | relevance | path

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

/aosp12/art/tools/bisection_search/
H A Dbisection_test.py57 def MethodFailsForAllPasses(self, compiled_methods, run_passes=None): argument
60 def MethodFailsForAPass(self, compiled_methods, run_passes=None): argument
H A 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
/aosp12/art/compiler/debug/
H A Ddebug_info.h33 ArrayRef<const MethodDebugInfo> compiled_methods; member
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage_test.cc61 std::vector<CompiledMethod*> compiled_methods; in TEST() local
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc484 std::map<const void*, ArtMethod*> compiled_methods; in FreeAllMethodHeaders() local
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc3984 OatWriter::OatClass::OatClass(const dchecked_vector<CompiledMethod*>& compiled_methods, in OatClass()