Searched refs:compiling_boot (Results 1 – 1 of 1) sorted by relevance
1148 const bool compiling_boot = heap->IsCompilingBoot(); in CanEmbedTypeInCode() local1150 if (compiling_boot) { in CanEmbedTypeInCode()1372 const bool compiling_boot = heap->IsCompilingBoot(); in GetCodeAndMethodForDirectCall() local1374 const bool force_relocations = (compiling_boot || in GetCodeAndMethodForDirectCall()1463 if (method_in_image || compiling_boot || runtime->UseJit()) { in GetCodeAndMethodForDirectCall()