Searched refs:still_needs_clinit_check (Results 1 – 1 of 1) sorted by relevance
3491 bool still_needs_clinit_check = method->StillNeedsClinitCheck<kWithoutReadBarrier>(); in GetQuickCode() local3501 if (still_needs_clinit_check) { in GetQuickCode()3510 } else if (still_needs_clinit_check && !compiler_options_.ShouldCompileWithClinitCheck(method)) { in GetQuickCode()3610 bool still_needs_clinit_check = orig->StillNeedsClinitCheck<kWithoutReadBarrier>(); in CopyAndFixupMethod() local3611 if (!still_needs_clinit_check && in CopyAndFixupMethod()