Home
last modified time | relevance | path

Searched refs:still_needs_clinit_check (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc3491 bool still_needs_clinit_check = method->StillNeedsClinitCheck<kWithoutReadBarrier>(); in GetQuickCode() local
3501 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() local
3611 if (!still_needs_clinit_check && in CopyAndFixupMethod()