Home
last modified time | relevance | path

Searched refs:Runtime (Results 326 – 350 of 386) sorted by relevance

1...<<111213141516

/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java44 Runtime.getRuntime().availableProcessors() + OVERSUBSCRIBED_CORES;
/art/compiler/optimizing/
Dintrinsics.h248 if (Runtime::Current()->IsAotCompiler() && \
Dreference_type_propagation.cc39 return Runtime::Current()->GetClassLinker()->FindDexCache(self, dex_file); in FindDexCacheWithHint()
515 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in SetClassAsTypeInfo()
557 ObjPtr<mirror::Class> klass = Runtime::Current()->GetClassLinker()->LookupResolvedType( in UpdateReferenceTypeInfo()
/art/runtime/gc/accounting/
Dspace_bitmap.cc178 if (Runtime::Current()->IsRunningOnMemoryTool()) { in SweepWalk()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc94 art::Runtime* runtime = art::Runtime::Current(); in IsFullJvmtiAvailable()
1280 art::Runtime::Current()->RemoveSystemWeakHolder(tienv->object_tag_table.get()); in DisposeEnvironment()
1422 art::Runtime::Current()->AddSystemWeakHolder( in CreateArtJvmTiEnv()
1447 art::Runtime* runtime = art::Runtime::Current(); in ArtPlugin_Initialize()
Dti_method.cc119 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register()
127 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()
895 obj_val_ = art::Runtime::Current()->GetJavaVM()->AddGlobalRef(art::Thread::Current(), obj); in Execute()
1046 art::ClassLinker* cl = art::Runtime::Current()->GetClassLinker(); in GetTypeErrorInner()
/art/runtime/base/
Dtiming_logger.cc102 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? in AddPair()
/art/compiler/
Dcommon_compiler_test.cc191 DCHECK(!Runtime::Current()->IsStarted()); in CompileMethod()
/art/runtime/
Dnative_stack_dump.cc302 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in PcIsWithinQuickCode()
Dstring_builder_append.cc357 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AppendF()
Dindirect_reference_table.cc57 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in AbortIfNoCheckJNI()
Dreference_table_test.cc48 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CreateWeakReference()
/art/test/530-checker-lse/src/
DMain.java725 Runtime runtime = Runtime.getRuntime(); in testFinalizableByForcingGc()
/art/runtime/gc/space/
Dimage_space.cc122 Runtime* runtime = Runtime::Current(); in GenerateImage()
129 if (Runtime::Current()->IsZygote()) { in GenerateImage()
136 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage()
173 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector); in GenerateImage()
195 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions(); in GenerateImage()
1206 Runtime::ScopedThreadPoolUsage stpu; in LoadImageFile()
2116 Runtime* runtime = Runtime::Current(); in CompileExtension()
3485 Runtime* runtime = Runtime::Current(); in IsBootClassPathOnDisk()
3665 if (low_space || !Runtime::Current()->IsImageDex2OatEnabled()) { in LoadBootImage()
3718 Runtime::Current()->GetHeap()->GetBootImageSpaces(); in CreateFromAppImage()
Dlarge_object_space.cc129 if (Runtime::Current()->IsRunningOnMemoryTool()) { in Create()
196 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(FATAL_WITHOUT_ABORT)); in Free()
/art/runtime/mirror/
Ddex_cache.cc221 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in AddPreResolvedStringsArray()
Dvar_handle_test.cc76 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CreateArrayElementVarHandle()
95 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CreateByteArrayViewVarHandle()
115 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CreateByteBufferViewVarHandle()
213 Runtime* const runtime = Runtime::Current(); in MethodTypeOf()
Dobject_array-inl.h62 if (Runtime::Current()->IsActiveTransaction()) { in Set()
/art/runtime/native/
Djava_lang_System.cc163 DCHECK(!Runtime::Current()->IsActiveTransaction()); in System_arraycopy()
Djava_lang_reflect_Field.cc137 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized( in CheckReceiver()
345 Runtime::Current()->GetClassLinker()->LookupPrimitiveClass(field_type_descriptor[0]); in Field_set()
/art/test/004-JniTest/src/
DMain.java276 Runtime.getRuntime().gc(); in testJniCriticalSectionAndGc()
/art/libnativeloader/
DREADME.md7 files) inside the Android Runtime (ART). The native shared libraries could be
/art/test/023-many-interfaces/src/
DManyInterfaces.java203 Runtime.getRuntime().gc(); in run()
/art/test/044-proxy/src/
DReturnsAndArgPassing.java61 Runtime.getRuntime().gc(); in invoke()
/art/runtime/arch/
Dstub_test.cc843 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in TEST_F()
865 size_t mem = Runtime::Current()->GetHeap()->GetFreeMemory(); in TEST_F()
1774 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()
1775 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); in TEST_F()
1777 Runtime::Current()->GetClassLinker()->CreateImtConflictTable(/*count=*/0u, linear_alloc); in TEST_F()

1...<<111213141516