Lines Matching refs:IsAotCompiler
970 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
1838 if (IsAotCompiler()) { in Init()
1849 const bool use_malloc = IsAotCompiler(); in Init()
1861 const bool low_4gb = IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA); in Init()
1948 self->SetIsRuntimeThread(IsAotCompiler()); in Init()
1958 if (UNLIKELY(IsAotCompiler())) { in Init()
2376 CHECK_IMPLIES(main_thread_group_ == nullptr, IsAotCompiler()); in InitThreadGroups()
2379 CHECK_IMPLIES(system_thread_group_ == nullptr, IsAotCompiler()); in InitThreadGroups()
2383 CHECK_IMPLIES(main_thread_group_ == nullptr, IsAotCompiler()); in GetMainThreadGroup()
2388 CHECK_IMPLIES(system_thread_group_ == nullptr, IsAotCompiler()); in GetSystemThreadGroup()
2393 CHECK_IMPLIES(system_class_loader_ == nullptr, IsAotCompiler()); in GetSystemClassLoader()
2570 if (self != nullptr && create_peer && !IsAotCompiler()) { in AttachCurrentThread()
2740 if (IsAotCompiler()) { in CreateImtConflictMethod()
2760 if (IsAotCompiler()) { in CreateResolutionMethod()
3007 return !IsAotCompiler(); in CanRelocate()
3349 return !IsAotCompiler() && !IsSystemServerProfiled(); in GetOatFilesExecutable()