Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsAotCompiler

214   if (!runtime->IsAotCompiler()) {  // Give info if this occurs at runtime.
230 if (runtime->IsAotCompiler()) {
271 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) {
384 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) {
612 if (!runtime->IsAotCompiler()) {
938 if (!runtime->IsAotCompiler()) {
1826 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) {
2968 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) {
3024 if (runtime->IsAotCompiler()) {
3231 (Runtime::Current()->IsStarted() && !Runtime::Current()->IsAotCompiler())
3983 DCHECK(supertype->IsVerified() || Runtime::Current()->IsAotCompiler());
4004 if (Runtime::Current()->IsAotCompiler()) {
4060 if (Runtime::Current()->IsAotCompiler() && klass->ShouldVerifyAtRuntime()) {
4069 CHECK(!Runtime::Current()->IsAotCompiler());
4186 if (Runtime::Current()->IsAotCompiler()) {
4221 if (Runtime::Current()->IsAotCompiler()) {
4236 runtime->IsAotCompiler(),
4248 if (Runtime::Current()->IsAotCompiler()) {
4702 CHECK(Runtime::Current()->IsAotCompiler());
4746 const OatFile::OatClass oat_class = (runtime->IsStarted() && !runtime->IsAotCompiler())
5002 Runtime::Current()->IsAotCompiler()) {