Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h143 bool IsSmallMethod(size_t num_dalvik_instructions) const { in IsSmallMethod() function
/art/compiler/dex/
Dmir_analysis.cc970 if (cu_->compiler_driver->GetCompilerOptions().IsSmallMethod(GetNumDalvikInsns()) && in ComputeSkipCompilation()
996 if (cu_->compiler_driver->GetCompilerOptions().IsSmallMethod(GetNumDalvikInsns()) && in ComputeSkipCompilation()