Home
last modified time | relevance | path

Searched refs:check_profiled_methods_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h374 return check_profiled_methods_; in CheckProfiledMethodsCompiled()
481 ProfileMethodsCheck check_profiled_methods_; variable
Dcompiler_options.cc83 check_profiled_methods_(ProfileMethodsCheck::kNone), in CompilerOptions()
Dcompiler_options_map-inl.h85 options->check_profiled_methods_ = *map.Get(Base::CheckProfiledMethods); in ReadCompilerOptions()