Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h184 const std::vector<CompiledMethod*>& compiled_methods,
Doat_writer.cc1158 const std::vector<CompiledMethod*>& compiled_methods, in OatClass() argument
1161 : compiled_methods_(compiled_methods) { in OatClass()
1162 uint32_t num_methods = compiled_methods.size(); in OatClass()