Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h204 const std::vector<CompiledMethod*>& compiled_methods,
Doat_writer.cc1463 const std::vector<CompiledMethod*>& compiled_methods, in OatClass() argument
1466 : compiled_methods_(compiled_methods) { in OatClass()
1467 uint32_t num_methods = compiled_methods.size(); in OatClass()
/art/compiler/driver/
Dcompiler_driver.h107 std::unordered_set<std::string>* compiled_methods,
Dcompiler_driver.cc355 std::unordered_set<std::string>* compiled_methods, in CompilerDriver() argument
376 methods_to_compile_(compiled_methods), in CompilerDriver()