Searched defs:is_clinit (Results 1 – 2 of 2) sorted by relevance
1567 const bool is_clinit = is_profile_class && in LayoutStringData() local1710 const bool is_clinit = (method->GetAccessFlags() & kAccConstructor) != 0 && in LayoutCodeItems() local
3474 bool is_clinit = !is_init && (strcmp("<clinit>", method_name) == 0); in LoadMethod() local