Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc1148 const bool compiling_boot = heap->IsCompilingBoot(); in CanEmbedTypeInCode() local
1150 if (compiling_boot) { in CanEmbedTypeInCode()
1372 const bool compiling_boot = heap->IsCompilingBoot(); in GetCodeAndMethodForDirectCall() local
1374 const bool force_relocations = (compiling_boot || in GetCodeAndMethodForDirectCall()
1463 if (method_in_image || compiling_boot || runtime->UseJit()) { in GetCodeAndMethodForDirectCall()