HomeSort by relevance Sort by last modified time
    Searched defs:IsLargeMethod (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_options.h 111 bool IsLargeMethod(size_t num_dalvik_instructions) const {
  /art/runtime/verifier/
method_verifier.cc 359 static bool IsLargeMethod(const CodeItemDataAccessor& accessor) {
503 << (IsLargeMethod(verifier.CodeItem()) ? " (large method)" : "");
    [all...]

Completed in 1167 milliseconds