Searched refs:compiled_methods (Results 1 – 4 of 4) sorted by relevance
204 const std::vector<CompiledMethod*>& compiled_methods,
1463 const std::vector<CompiledMethod*>& compiled_methods, in OatClass() argument1466 : compiled_methods_(compiled_methods) { in OatClass()1467 uint32_t num_methods = compiled_methods.size(); in OatClass()
107 std::unordered_set<std::string>* compiled_methods,
355 std::unordered_set<std::string>* compiled_methods, in CompilerDriver() argument376 methods_to_compile_(compiled_methods), in CompilerDriver()