Lines Matching refs:IsAotCompiler
790 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
1639 if (IsAotCompiler()) { in Init()
1650 const bool use_malloc = IsAotCompiler(); in Init()
1659 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
1734 self->SetIsRuntimeThread(IsAotCompiler()); in Init()
1744 if (UNLIKELY(IsAotCompiler())) { in Init()
2150 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
2155 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
2159 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()
2164 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()
2169 CHECK(system_class_loader_ != nullptr || IsAotCompiler()); in GetSystemClassLoader()
2332 if (self != nullptr && create_peer && !IsAotCompiler()) { in AttachCurrentThread()
2497 if (IsAotCompiler()) { in CreateImtConflictMethod()
2517 if (IsAotCompiler()) { in CreateResolutionMethod()
2668 DCHECK(IsAotCompiler()); in EnterTransactionMode()
2679 DCHECK(IsAotCompiler()); in ExitTransactionMode()
2685 DCHECK(IsAotCompiler()); in RollbackAndExitTransactionMode()
2695 DCHECK(IsAotCompiler()); in IsTransactionAborted()
2718 DCHECK(IsAotCompiler()); in AbortTransactionAndThrowAbortError()
2730 DCHECK(IsAotCompiler()); in ThrowTransactionAbortError()
2738 DCHECK(IsAotCompiler()); in RecordWriteFieldBoolean()
2745 DCHECK(IsAotCompiler()); in RecordWriteFieldByte()
2752 DCHECK(IsAotCompiler()); in RecordWriteFieldChar()
2759 DCHECK(IsAotCompiler()); in RecordWriteFieldShort()
2766 DCHECK(IsAotCompiler()); in RecordWriteField32()
2773 DCHECK(IsAotCompiler()); in RecordWriteField64()
2782 DCHECK(IsAotCompiler()); in RecordWriteFieldReference()
2791 DCHECK(IsAotCompiler()); in RecordWriteArray()
2797 DCHECK(IsAotCompiler()); in RecordStrongStringInsertion()
2803 DCHECK(IsAotCompiler()); in RecordWeakStringInsertion()
2809 DCHECK(IsAotCompiler()); in RecordStrongStringRemoval()
2815 DCHECK(IsAotCompiler()); in RecordWeakStringRemoval()
2822 DCHECK(IsAotCompiler()); in RecordResolveString()
2921 return !IsAotCompiler(); in CanRelocate()
2989 return (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) in CreateLinearAlloc()
3250 return !IsAotCompiler() && !(IsSystemServer() && jit_options_->GetSaveProfilingInfo()); in GetOatFilesExecutable()