Home
last modified time | relevance | path

Searched refs:Runtime (Results 126 – 150 of 386) sorted by relevance

12345678910>>...16

/art/test/177-visibly-initialized-deadlock/
Dvisibly_initialized.cc28 Runtime::Current()->GetClassLinker()->MakeInitializedClassesVisiblyInitialized( in Java_Main_makeVisiblyInitialized()
/art/test/717-integer-value-of/src/
DMain.java73 Runtime.getRuntime().gc(); // Collect the `alt_cache`. in testValueOfArg()
106 Runtime.getRuntime().gc(); in testValueOfConst()
/art/test/626-set-resolved-string/src/
DMain.java39 Runtime.getRuntime().gc(); in main()
/art/test/common/
Dgtest_main.cc47 art::InitLogging(argv, art::Runtime::Abort); in main()
Dstack_inspect.cc103 if (Runtime::Current() == nullptr) { in Java_Main_isInterpretedFunction()
123 bool enters_interpreter = Runtime::Current()->GetClassLinker()->IsQuickToInterpreterBridge( in Java_Main_isInterpretedFunction()
198 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetCurrentQuickFramePc()))) { in Java_Main_getThisOfCaller()
/art/runtime/gc/space/
Dbump_pointer_space.cc116 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
136 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
176 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated()
194 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated()
/art/runtime/
Dcommon_dex_operations.h68 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
102 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoFieldGetCommon()
163 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoFieldPutCommon()
187 DCHECK(Runtime::Current()->AreNonStandardExitsEnabled()); in DoFieldPutCommon()
Dthread.cc151 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin(); in InitCardTable()
308 Runtime::Current()->GetRuntimeCallbacks()->ThreadParkStart(is_absolute, time); in Park()
381 Runtime::Current()->GetRuntimeCallbacks()->ThreadParkFinished(timed_out); in Park()
594 Runtime* runtime = Runtime::Current(); in CreateCallback()
612 Runtime::Current()->EndThreadBirth(); in CreateCallback()
653 Runtime::Current()->GetThreadList()->Unregister(self); in CreateCallback()
681 stack_size = Runtime::Current()->GetDefaultStackSize(); in FixStackSize()
700 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
837 Runtime* runtime = Runtime::Current(); in CreateNativeThread()
869 JNIEnvExt::Create(child_thread, Runtime::Current()->GetJavaVM(), &error_msg)); in CreateNativeThread()
[all …]
Dhidden_api.h124 Runtime::Current()->IsJavaDebuggable()) { in ComputeDomain()
148 : initial_policy_(Runtime::Current()->GetHiddenApiEnforcementPolicy()) { in ScopedHiddenApiEnforcementPolicySetting()
149 Runtime::Current()->SetHiddenApiEnforcementPolicy(new_policy); in ScopedHiddenApiEnforcementPolicySetting()
153 Runtime::Current()->SetHiddenApiEnforcementPolicy(initial_policy_); in ~ScopedHiddenApiEnforcementPolicySetting()
433 EnforcementPolicy policy = Runtime::Current()->GetHiddenApiEnforcementPolicy(); in ShouldDenyAccessToMember()
460 EnforcementPolicy policy = Runtime::Current()->GetCorePlatformApiEnforcementPolicy(); in ShouldDenyAccessToMember()
Dclass_root-inl.h37 DCHECK_EQ(class_roots, Runtime::Current()->GetClassLinker()->GetClassRoots()); in GetClassRoot()
56 return GetClassRoot<kReadBarrierOption>(class_root, Runtime::Current()->GetClassLinker()); in GetClassRoot()
/art/tools/tracefast-plugin/
Dtracefast.cc131 art::Runtime* runtime = art::Runtime::Current(); in StartTracing()
160 art::Runtime* runtime = art::Runtime::Current(); in ArtPlugin_Initialize()
/art/openjdkjvmti/
Dalloc_manager.cc149 art::Runtime::Current()->GetHeap()->RemoveAllocationListener(); in DecrListenerInstall()
159 art::Runtime::Current()->GetHeap()->SetAllocationListener(alloc_listener_.get()); in IncrListenerInstall()
204 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
/art/runtime/jni/
Djava_vm_ext.cc282 Runtime::Current()->GetClassLinker()->GetAllocatorForClassLoader(declaring_class_loader); in FindNativeMethod()
415 Runtime* runtime = raw_vm->GetRuntime(); in DetachCurrentThread()
446 Runtime* runtime = reinterpret_cast<JavaVMExt*>(vm)->GetRuntime(); in AttachCurrentThreadInternal()
490 JavaVMExt::JavaVMExt(Runtime* runtime, in JavaVMExt()
528 std::unique_ptr<JavaVMExt> JavaVMExt::Create(Runtime* runtime, in Create()
843 DCHECK(Runtime::Current()->IsShuttingDown(self)); in DecodeWeakGlobalDuringShutdown()
867 return Runtime::Current()->IsClearedJniWeakGlobal(weak_globals_.Get<kWithoutReadBarrier>(ref)); in IsWeakGlobalCleared()
921 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in LoadNativeLibrary()
1116 for (const std::unique_ptr<ti::Agent>& agent : Runtime::Current()->GetAgents()) { in FindCodeForNativeMethodInAgents()
1156 Runtime* const runtime = Runtime::Current(); in SweepJniWeakGlobals()
[all …]
/art/test/906-iterate-heap/src/art/
DTest906.java202 Runtime.getRuntime().gc(); in doTest()
203 Runtime.getRuntime().gc(); in doTest()
210 Runtime.getRuntime().gc(); in doTest()
211 Runtime.getRuntime().gc(); in doTest()
216 Runtime.getRuntime().gc(); in doTest()
217 Runtime.getRuntime().gc(); in doTest()
/art/compiler/optimizing/
Dsharpening.cc40 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsInBootImage()
106 if (Runtime::Current()->GetJit()->CanEncodeMethod( in SharpenInvokeStaticOrDirect()
171 Runtime* runtime = Runtime::Current(); in ComputeLoadClassKind()
323 Runtime* runtime = Runtime::Current(); in ProcessLoadString()
/art/runtime/native/
Djava_lang_reflect_Proxy.cc35 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in Proxy_generateProxy()
Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc38 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(static_cast<uint32_t>(type), chunk); in DdmServer_nativeSendChunk()
/art/runtime/gc/collector/
Dgarbage_collector.cc156 is_transaction_active_ = Runtime::Current()->IsActiveTransaction(); in Run()
230 Runtime* runtime = Runtime::Current(); in ScopedPause()
242 Runtime* runtime = Runtime::Current(); in ~ScopedPause()
/art/test/1338-gc-no-los/src-art/
DMain.java31 Runtime.getRuntime().gc(); in main()
/art/runtime/interpreter/mterp/
Dnterp.cc40 Runtime* runtime = Runtime::Current(); in CanRuntimeUseNterp()
228 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in NterpGetMethod()
355 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in NterpGetStaticField()
396 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in NterpGetInstanceFieldOffset()
455 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NterpGetClassOrAllocateObject()
477 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in NterpLoadObject()
566 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
609 jit::Jit* jit = Runtime::Current()->GetJit(); in NterpHotMethod()
/art/test/2012-structural-redefinition-failures-jni-id/
Dset-jni-id-used.cc45 ext->SetIdsArraysForClassExtExtData(Runtime::Current()->GetJniIdManager()->GetPointerMarker()); in Java_Main_SetPointerIdsUsed()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc62 Runtime* runtime = Runtime::Current(); in StoreObjectInBss()
142 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in artInitializeStaticStorageFromCode()
215 Runtime::Current()->GetClassLinker()->ResolveString(dex::StringIndex(string_idx), caller); in artResolveStringFromCode()
/art/runtime/arch/arm/
Dasm_support_arm.S58 ldr \rDest, .Lruntime_instance_\name\()_\num @ Load GOT_PREL offset of Runtime::instance_.
61 ldr \rDest, [\rDest] @ Load address of Runtime::instance_.
62 ldr \rDest, [\rDest] @ Load Runtime::instance_.
263 RUNTIME_CURRENT1 \rTemp @ Load Runtime::Current into rTemp.
/art/test/154-gc-loop/src/
DMain.java34 Runtime.getRuntime().gc(); in main()
/art/runtime/gc/
Dreference_queue.cc77 Heap* heap = Runtime::Current()->GetHeap(); in DisableReadBarrierForReference()
142 if (Runtime::Current()->IsActiveTransaction()) { in ClearWhiteReferences()
165 if (Runtime::Current()->IsActiveTransaction()) { in EnqueueFinalizerReferences()

12345678910>>...16