Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc44 large_method_threshold_(kDefaultLargeMethodThreshold), in CompilerOptions()
Dcompiler_options.h64 static const size_t kDefaultLargeMethodThreshold = 600; variable