• Home
  • Raw
  • Download

Lines Matching refs:IsAotCompiler

770   if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) {  in CreateSystemClassLoader()
1460 if (IsAotCompiler()) { in Init()
1471 const bool use_malloc = IsAotCompiler(); in Init()
1480 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
1555 self->SetIsRuntimeThread(IsAotCompiler()); in Init()
1565 if (UNLIKELY(IsAotCompiler())) { in Init()
1941 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1946 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1950 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()
1955 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()
1960 CHECK(system_class_loader_ != nullptr || IsAotCompiler()); in GetSystemClassLoader()
2122 if (self != nullptr && create_peer && !IsAotCompiler()) { in AttachCurrentThread()
2287 if (IsAotCompiler()) { in CreateImtConflictMethod()
2307 if (IsAotCompiler()) { in CreateResolutionMethod()
2441 DCHECK(IsAotCompiler()); in EnterTransactionMode()
2452 DCHECK(IsAotCompiler()); in ExitTransactionMode()
2458 DCHECK(IsAotCompiler()); in RollbackAndExitTransactionMode()
2468 DCHECK(IsAotCompiler()); in IsTransactionAborted()
2491 DCHECK(IsAotCompiler()); in AbortTransactionAndThrowAbortError()
2503 DCHECK(IsAotCompiler()); in ThrowTransactionAbortError()
2511 DCHECK(IsAotCompiler()); in RecordWriteFieldBoolean()
2518 DCHECK(IsAotCompiler()); in RecordWriteFieldByte()
2525 DCHECK(IsAotCompiler()); in RecordWriteFieldChar()
2532 DCHECK(IsAotCompiler()); in RecordWriteFieldShort()
2539 DCHECK(IsAotCompiler()); in RecordWriteField32()
2546 DCHECK(IsAotCompiler()); in RecordWriteField64()
2555 DCHECK(IsAotCompiler()); in RecordWriteFieldReference()
2564 DCHECK(IsAotCompiler()); in RecordWriteArray()
2570 DCHECK(IsAotCompiler()); in RecordStrongStringInsertion()
2576 DCHECK(IsAotCompiler()); in RecordWeakStringInsertion()
2582 DCHECK(IsAotCompiler()); in RecordStrongStringRemoval()
2588 DCHECK(IsAotCompiler()); in RecordWeakStringRemoval()
2595 DCHECK(IsAotCompiler()); in RecordResolveString()
2694 return !IsAotCompiler(); in CanRelocate()
2762 return (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) in CreateLinearAlloc()
3040 return !IsAotCompiler() && !(IsSystemServer() && jit_options_->GetSaveProfilingInfo()); in GetOatFilesExecutable()