Home
last modified time | relevance | path

Searched defs:num_dalvik_instructions (Results 1 – 1 of 1) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h128 bool IsHugeMethod(size_t num_dalvik_instructions) const { in IsHugeMethod()
132 bool IsLargeMethod(size_t num_dalvik_instructions) const { in IsLargeMethod()
136 bool IsSmallMethod(size_t num_dalvik_instructions) const { in IsSmallMethod()
140 bool IsTinyMethod(size_t num_dalvik_instructions) const { in IsTinyMethod()