Lines Matching refs:Runtime

108           if (Runtime::Current()->isChangeEnabled(kPreventMetaReflectionBlacklistAccess)) {  in GetReflectionCaller()
198 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in Class_classForName()
256 ClassLinker* linker = Runtime::Current()->GetClassLinker(); in Class_getInterfacesInternal()
269 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getInterfacesInternal()
533 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in Class_getDeclaredConstructorInternal()
534 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getDeclaredConstructorInternal()
588 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in Class_getDeclaredConstructorsInternal()
589 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getDeclaredConstructorsInternal()
606 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in Class_getDeclaredMethodInternal()
607 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getDeclaredMethodInternal()
659 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in Class_getDeclaredMethodsUnchecked()
660 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getDeclaredMethodsUnchecked()
931 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
964 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized( in Class_newInstance()