Searched defs:compiling_boot (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.cc959 const bool compiling_boot = Runtime::Current()->GetHeap()->IsCompilingBoot(); local
961 if (compiling_boot) {
1008 const bool compiling_boot = Runtime::Current()->GetHeap()->IsCompilingBoot(); local
1010 if (compiling_boot) {
1171 const bool compiling_boot = Runtime::Current()->GetHeap()->IsCompilingBoot(); local
1173 const bool force_relocations = (compiling_boot ||
1254 if (method_in_image || compiling_boot) {

Completed in 10 milliseconds