Home
last modified time | relevance | path

Searched refs:Runtime (Results 351 – 375 of 386) sorted by relevance

1...<<111213141516

/art/dex2oat/
Ddex2oat_test.cc216 Runtime* runtime = Runtime::Current(); in Dex2Oat()
1297 Runtime* const runtime = Runtime::Current(); in TEST_F()
2528 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in TEST_F()
/art/runtime/
Druntime_options.def158 // Runtime::Abort.
Dtransaction_test.cc158 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
613 gc::Heap* heap = Runtime::Current()->GetHeap(); in TEST_F()
Dmethod_handles.cc639 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h, true, true)) { in GetAndInitializeDeclaringClass()
829 DCHECK(!Runtime::Current()->IsActiveTransaction()); in MethodHandleFieldPut()
Dparsed_options.cc607 Runtime::GetVersion(), in DoParse()
Dclass_loader_context.cc844 Runtime::Current()->GetClassLinker()->CreateWellKnownClassLoader( in CreateClassLoaderInternal()
864 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in CreateClassLoader()
Dreflection_test.cc40 vm_ = Runtime::Current()->GetJavaVM(); in SetUp()
Dreflection.cc706 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized( in InvokeMethod()
Dhidden_api_test.cc520 ClassLinker* const linker = Runtime::Current()->GetClassLinker(); in LoadDexFiles()
Dclass_linker_test.cc480 Runtime::Current()->GetClassLinker()->FindSystemClass(self, class_descriptor.c_str()); in Check()
1519 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in TEST_F()
/art/cmdline/
Dcmdline_parser_test.cc136 art::InitLogging(nullptr, art::Runtime::Abort); // argv = null in SetUpTestCase()
/art/runtime/native/
Djava_lang_reflect_Executable.cc365 param.Assign(Runtime::Current()->GetClassLinker()->ResolveType(type_idx, method)); in Executable_getParameterTypesInternal()
/art/test/
DREADME.md3 There are two suites of tests in the Android Runtime (ART):
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc522 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in CompileMethod()
/art/profman/
Dprofile_assistant_test.cc46 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
302 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in GetClass()
314 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in GetVirtualMethod()
/art/runtime/gc/allocator/
Drosalloc.cc1588 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalRuns()
1615 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalRunsAreRevoked()
1843 std::list<Thread*> threads = Runtime::Current()->GetThreadList()->GetList(); in Verify()
1886 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in Verify()
/art/compiler/optimizing/
Dcode_generator.cc229 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in EmitJitRoots()
890 Runtime* runtime = Runtime::Current(); in GetBootImageOffsetImpl()
Dinstruction_builder.cc875 DCHECK(Runtime::Current()->IsAotCompiler()); in ResolveMethod()
1218 if (Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(cls)) { in IsInBootImage()
1333 Runtime* runtime = Runtime::Current(); in HasTrivialInitialization()
1380 if (Runtime::Current()->GetJit()->CanAssumeInitialized( in IsInitialized()
/art/runtime/mirror/
Dobject_test.cc159 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F()
180 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F()
/art/build/apex/
DAndroid.bp3 // Contains both the Android Managed Runtime (ART) and the Android Core Library
/art/compiler/debug/
Delf_debug_info_writer.h480 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S46 RUNTIME_CURRENT2 \rTemp @ Load Runtime::Current into rTemp.
77 RUNTIME_CURRENT3 \rTemp @ Load Runtime::Current into rTemp.
101 RUNTIME_CURRENT1 \rTemp @ Load Runtime::Current into rTemp.
/art/openjdkjvmti/
Devents-inl.h694 art::Runtime::Current()->SetNonStandardExitsEnabled(); in HandleChangedCapabilities()
Dti_stack.cc368 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); in RunCheckpointAndWait()
404 jthread peer = art::Runtime::Current()->GetJavaVM()->AddGlobalRef( in GetAllStackTraces()
/art/runtime/jni/
Djni_internal_test.cc39 vm_ = Runtime::Current()->GetJavaVM(); in SetUp()
1487 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
1700 if (Runtime::Current()->GetHeap()->IsMovableObject(s_m)) { in TEST_F()

1...<<111213141516