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

  /art/dexlayout/
dexlayout.cc 1567 const bool is_clinit = is_profile_class && local
1710 const bool is_clinit = (method->GetAccessFlags() & kAccConstructor) != 0 && local
    [all...]
  /art/runtime/
class_linker.cc 3474 bool is_clinit = !is_init && (strcmp("<clinit>", method_name) == 0); local
    [all...]

Completed in 153 milliseconds