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

  /art/dexlayout/
dexlayout.cc 1648 const bool is_clinit = is_profile_class && local
1756 const bool is_clinit = (method.GetAccessFlags() & kAccConstructor) != 0 && local
    [all...]
  /art/dex2oat/driver/
compiler_driver.cc 706 const bool is_clinit = (method.GetAccessFlags() & kAccConstructor) != 0 && local
708 const bool is_startup_clinit = is_startup_class && is_clinit;
    [all...]
  /art/runtime/
class_linker.cc 3771 bool is_clinit = !is_init && (strcmp("<clinit>", method_name) == 0); local
    [all...]

Completed in 168 milliseconds