Lines Matching refs:IsAotCompiler

428   if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) {  in CreateSystemClassLoader()
496 if (!IsAotCompiler()) { in Start()
896 if (IsAotCompiler()) { in Init()
906 const bool use_malloc = IsAotCompiler(); in Init()
1166 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1171 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1175 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()
1180 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()
1185 CHECK(system_class_loader_ != nullptr || IsAotCompiler()); in GetSystemClassLoader()
1446 if (IsAotCompiler()) { in CreateImtConflictMethod()
1464 if (IsAotCompiler()) { in CreateResolutionMethod()
1553 DCHECK(IsAotCompiler()); in EnterTransactionMode()
1560 DCHECK(IsAotCompiler()); in ExitTransactionMode()
1569 DCHECK(IsAotCompiler()); in IsTransactionAborted()
1575 DCHECK(IsAotCompiler()); in AbortTransactionAndThrowAbortError()
1585 DCHECK(IsAotCompiler()); in ThrowTransactionAbortError()
1593 DCHECK(IsAotCompiler()); in RecordWriteFieldBoolean()
1600 DCHECK(IsAotCompiler()); in RecordWriteFieldByte()
1607 DCHECK(IsAotCompiler()); in RecordWriteFieldChar()
1614 DCHECK(IsAotCompiler()); in RecordWriteFieldShort()
1621 DCHECK(IsAotCompiler()); in RecordWriteField32()
1628 DCHECK(IsAotCompiler()); in RecordWriteField64()
1635 DCHECK(IsAotCompiler()); in RecordWriteFieldReference()
1641 DCHECK(IsAotCompiler()); in RecordWriteArray()
1647 DCHECK(IsAotCompiler()); in RecordStrongStringInsertion()
1653 DCHECK(IsAotCompiler()); in RecordWeakStringInsertion()
1659 DCHECK(IsAotCompiler()); in RecordStrongStringRemoval()
1665 DCHECK(IsAotCompiler()); in RecordWeakStringRemoval()
1699 CHECK(!IsAotCompiler()); in CreateJit()
1716 return !IsAotCompiler() || compiler_callbacks_->IsRelocationPossible(); in CanRelocate()