Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_file.cc180 static const int bytesPerMethod = kMaxStaticSize; in MaybeRestartJavaMethod() local
182 if ((*bytecode_estimate) > bytesPerMethod) { in MaybeRestartJavaMethod()