Home
last modified time | relevance | path

Searched refs:Runtime (Results 201 – 225 of 386) sorted by relevance

12345678910>>...16

/art/runtime/
Dproxy_test.h70 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in GenerateProxyClass()
76 DCHECK(!Runtime::Current()->IsActiveTransaction()); in GenerateProxyClass()
Dart_field.cc44 ObjPtr<mirror::Class> klass = Runtime::Current()->GetClassLinker()->LookupClass( in ProxyFindSystemClass()
Dmonitor.cc449 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocked(this); in Lock()
510 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocking(this); in Lock()
548 if (Runtime::Current()->GetThreadList()->Contains(orig_owner)) { in Lock()
639 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocked(this); in Lock()
655 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
658 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
684 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in FailedUnlock()
937 Runtime::Current()->GetRuntimeCallbacks()->MonitorWaitFinished(this, timed_out); in Wait()
1043 Runtime::Current()->GetMonitorList()->Add(m); in Inflate()
1058 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in InflateThinLocked()
[all …]
Dtrace.cc274 Runtime* runtime = Runtime::Current(); in RunSamplingThread()
391 Runtime* runtime = Runtime::Current(); in Start()
447 Runtime* const runtime = Runtime::Current(); in StopTracing()
653 os << "alloc-count=" << Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS) << "\n"; in FinishTracing()
654 os << "alloc-size=" << Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES) << "\n"; in FinishTracing()
655 os << "gc-count=" << Runtime::Current()->GetStat(KIND_GC_INVOCATIONS) << "\n"; in FinishTracing()
685 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("MPSE"), in FinishTracing()
1022 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
Dcha.cc293 Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in VerifyNonSingleImplementation()
559 PointerSize image_pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in UpdateAfterLoadingOf()
633 Runtime* const runtime = Runtime::Current(); in InvalidateSingleImplementationMethods()
638 Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in InvalidateSingleImplementationMethods()
686 jit::Jit* jit = Runtime::Current()->GetJit(); in InvalidateSingleImplementationMethods()
Dtransaction.cc46 heap_(Runtime::Current()->GetHeap()), in Transaction()
50 DCHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
141 gc::Heap* heap = Runtime::Current()->GetHeap(); in WriteValueConstraint()
303 CHECK(!Runtime::Current()->IsActiveTransaction()); in Rollback()
330 InternTable* const intern_table = Runtime::Current()->GetInternTable(); in UndoInternStringTableModifications()
714 if (kIsDebugBuild && Runtime::Current()->IsActiveTransaction()) { in InstallAssertion()
715 transaction = Runtime::Current()->GetTransaction().get(); in InstallAssertion()
728 CHECK(Runtime::Current()->GetTransaction().get() == transaction); in RemoveAssertion()
/art/test/661-oat-writer-layout/
Doat_writer_layout.cc43 art_method->GetOatMethodQuickCode(Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in Java_Main_getOatMethodQuickCode()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc30 Runtime::Current()->IncrementDeoptimizationCount(kind); in artDeoptimizeImpl()
/art/test/1339-dead-reference-safe/src/
DMain.java43 Runtime.getRuntime().gc(); in $noinline$gcAndCheck()
/art/runtime/mirror/
Dstack_trace_element.cc38 if (Runtime::Current()->IsActiveTransaction()) { in Alloc()
Darray-alloc-inl.h142 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc()
157 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
Dobject-readbarrier-inl.h47 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction()); in CasField32()
50 Runtime::Current()->RecordWriteField32(this, field_offset, old_value, true); in CasField32()
Dmethod_handle_impl.cc37 CHECK(!Runtime::Current()->IsActiveTransaction()); in Initialize()
/art/test/1336-short-finalizer-timeout/src/
DMain.java38 Runtime.getRuntime().gc(); in main()
/art/runtime/native/
Djava_lang_VMClassLoader.cc78 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in VMClassLoader_findLoadedClass()
135 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
Ddalvik_system_DexFile.cc174 ClassLinker* linker = Runtime::Current()->GetClassLinker(); in CreateCookieFromOatFileManagerResult()
296 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(std::move(dex_mem_maps), in DexFile_openInMemoryDexFilesNative()
320 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(), in DexFile_openDexFileNative()
368 Runtime::Current()->GetOatFileManager().RunBackgroundVerification( in DexFile_verifyInBackgroundNative()
381 Runtime* const runtime = Runtime::Current(); in DexFile_closeDexFile()
446 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in DexFile_defineClassNative()
881 Runtime* runtime = Runtime::Current(); in DexFile_setTrusted()
Ddalvik_system_VMStack.cc52 Runtime::Current()->GetHeap()->GetTaskProcessor()->GetRunningThread(); in GetThreadStack()
59 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in GetThreadStack()
/art/runtime/gc/
Dverification.cc110 Runtime::Current()->GetHeap()->DumpSpaces(oss); in LogHeapCorruption()
216 Runtime* const runtime = Runtime::Current(); in FirstPathFromRootSet()
Dheap-inl.h201 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
206 if (Runtime::Current()->HasStatsEnabled()) { in AllocObjectWithAllocator()
210 RuntimeStats* global_stats = Runtime::Current()->GetStats(); in AllocObjectWithAllocator()
215 DCHECK(!Runtime::Current()->HasStatsEnabled()); in AllocObjectWithAllocator()
/art/runtime/gc/space/
Ddlmalloc_space.cc86 if (Runtime::Current()->IsRunningOnMemoryTool()) { in CreateFromMemMap()
200 if (Runtime::Current()->IsRunningOnMemoryTool()) { in CreateInstance()
382 Runtime* runtime = Runtime::Current(); in ArtDlMallocMoreCore()
Dimage_space_test.cc325 Runtime* runtime = Runtime::Current(); in TEST_F()
419 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()); in TEST_F()
424 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()); in TEST_F()
429 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()); in TEST_F()
474 EXPECT_TRUE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty()); in TEST_F()
/art/test/072-reachability-fence/src/
DMain.java44 Runtime.getRuntime().gc(); in main()
/art/test/030-bad-finalizer/src/
DMain.java37 Runtime.getRuntime().gc(); in main()
/art/openjdkjvmti/
Dti_properties.cc162 const std::vector<std::string>& runtime_props = art::Runtime::Current()->GetProperties(); in GetLibraryPath()
217 return Copy(env, DefaultToDot(art::Runtime::Current()->GetClassPathString()), value_ptr); in GetSystemProperty()
/art/test/2006-virtual-structural-finalizing/src-art/art/
DTest2006.java93 Runtime.getRuntime().gc(); in run()

12345678910>>...16