Searched refs:compiled_methods (Results 1 – 2 of 2) sorted by relevance
184 const std::vector<CompiledMethod*>& compiled_methods,
1158 const std::vector<CompiledMethod*>& compiled_methods, in OatClass() argument1161 : compiled_methods_(compiled_methods) { in OatClass()1162 uint32_t num_methods = compiled_methods.size(); in OatClass()