Home
last modified time | relevance | path

Searched refs:Runtime (Results 151 – 175 of 386) sorted by relevance

12345678910>>...16

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc50 return Runtime::Current()->GetHeap()->IsAllocTrackingEnabled(); in DdmVmInternal_getRecentAllocationStatus()
66 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getStackTraceById()
198 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats()
/art/runtime/
Dimtable_test.cc45 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in LoadClasses()
79 const PointerSize pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in LoadMethods()
Ddebugger.cc156 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForExceptionImpl()
162 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in IsForcedInterpreterNeededForExceptionImpl()
310 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendThreadNotification()
352 size_t checkpoints = Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in DdmSetThreadNotification()
432 gc::Heap* heap = Runtime::Current()->GetHeap(); in DdmSendHeapInfo()
443 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("HPIF"), in DdmSendHeapInfo()
531 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(type_, out); in Flush()
663 gc::Heap* heap = Runtime::Current()->GetHeap(); in ExamineJavaObject()
714 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendHeapSegments()
738 gc::Heap* heap = Runtime::Current()->GetHeap(); in DdmSendHeapSegments()
[all …]
Druntime_linux.cc66 void Runtime::InitPlatformSignalHandlers() { in InitPlatformSignalHandlers()
Dscoped_thread_state_change-inl.h38 Runtime* runtime = Runtime::Current(); in ScopedThreadStateChange()
Dsignal_catcher.h25 class Runtime; variable
Dwrite_barrier-inl.h51 return Runtime::Current()->GetHeap()->GetCardTable(); in GetCardTable()
Dsubtype_check.h272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
544 if (Runtime::Current() != nullptr && Runtime::Current()->IsActiveTransaction()) { in CasFieldWeakSequentiallyConsistent32()
Dstack.cc147 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in GetThisObject()
686 Runtime* runtime = Runtime::Current(); in AssertPcIsWithinQuickCode()
697 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in AssertPcIsWithinQuickCode()
728 Runtime* const runtime = Runtime::Current(); in ValidateFrame()
789 Runtime* runtime = Runtime::Current(); in GetCurrentQuickFrameInfo()
861 Runtime* runtime = Runtime::Current(); in WalkStack()
937 Runtime::Current()->GetCalleeSaveMethod(CalleeSaveType::kSaveAllCalleeSaves)) { in WalkStack()
941 Runtime::Current()->GetCalleeSaveMethod(CalleeSaveType::kSaveRefsAndArgs); in WalkStack()
Dhandle_scope_test.cc48 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in TEST_F()
95 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in TEST_F()
/art/test/1001-app-image-regions/
Dapp_image_regions.cc39 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) { in Java_Main_checkAppImageSectionSize()
/art/runtime/mirror/
Dreference-inl.h39 if (Runtime::Current()->IsActiveTransaction()) { in SetPendingNext()
Dmethod_type_test.cc45 Runtime* const runtime = Runtime::Current(); in CreateMethodType()
Dclass_ext-inl.h49 if (UNLIKELY(Runtime::Current()->GetJniIdType() == JniIdType::kSwapablePointer)) { in EnsureJniIdsArrayPresent()
50 new_arr.Assign(Runtime::Current()->GetJniIdManager()->GetPointerMarker()); in EnsureJniIdsArrayPresent()
52 new_arr.Assign(Runtime::Current()->GetClassLinker()->AllocPointerArray(self, count)); in EnsureJniIdsArrayPresent()
61 if (Runtime::Current()->IsActiveTransaction()) { in EnsureJniIdsArrayPresent()
/art/test/927-timers/src/art/
DTest927.java27 int all1 = Runtime.getRuntime().availableProcessors(); in doTest()
/art/test/104-growth-limit/src/
DMain.java35 Runtime.getRuntime().gc(); in main()
/art/runtime/jit/
Djit-inl.h31 return self->IsJitSensitiveThread() && Runtime::Current()->InJankPerceptibleProcessState(); in ShouldUsePriorityThreadWeight()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc168 InitLogging(argv, Runtime::Abort); in ParseArgs()
279 if (!Runtime::Create(options, false)) { in CreateRuntime()
294 std::unique_ptr<Runtime> runtime(Runtime::Current()); in GetDexOptNeeded()
/art/runtime/verifier/
Dclass_verifier.cc72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass()
252 ClassLinker* const linker = Runtime::Current()->GetClassLinker(); in VerifyClass()
278 Runtime::Current()->GetArenaPool(), in VerifyClass()
293 Runtime::Current()->IsAotCompiler(), in VerifyClass()
/art/test/102-concurrent-gc/src/
DMain.java40 Runtime.getRuntime().gc(); in main()
/art/test/661-classloader-allocator/src/
DMain.java31 Runtime.getRuntime().gc(); in doUnloading()
/art/test/900-hello-plugin/
Dload_unload.cc45 Runtime::Current()->GetJavaVM()->AddEnvironmentHook(GetEnvHandler); in ArtPlugin_Initialize()
/art/test/1339-dead-reference-safe/src/
DDeadReferenceUnsafeTest.java43 Runtime.getRuntime().gc(); in reset()
/art/test/080-oom-throw/src/
DMain.java57 Runtime.getRuntime().gc(); in exhaustJavaHeap()
74 Runtime.getRuntime().gc(); in eatAllMemory()
/art/openjdkjvmti/
Dti_phase.cc145 art::Runtime::Current()->GetRuntimeCallbacks()->AddRuntimePhaseCallback(&gPhaseCallback); in Register()
152 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&gPhaseCallback); in Unregister()

12345678910>>...16