Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc1482 const bool compiling_boot = heap->IsCompilingBoot(); in CanEmbedTypeInCode() local
1484 if (compiling_boot) { in CanEmbedTypeInCode()
1651 const bool compiling_boot = heap->IsCompilingBoot(); in GetCodeAndMethodForDirectCall() local
1653 const bool force_relocations = (compiling_boot || in GetCodeAndMethodForDirectCall()
1744 if (method_in_image || compiling_boot || runtime->UseJitCompilation()) { in GetCodeAndMethodForDirectCall()