Home
last modified time | relevance | path

Searched refs:Runtime (Results 76 – 100 of 386) sorted by relevance

12345678910>>...16

/art/test/044-proxy/src/
DOOMEOnDispatch.java30 Runtime.getRuntime().gc(); in exhaustJavaHeap()
53 Runtime.getRuntime().gc(); in main()
/art/openjdkjvmti/
Dti_search.cc94 art::ClassLinker* class_linker = art::Runtime::Current()->GetClassLinker(); in Update()
207 art::Runtime* runtime = art::Runtime::Current(); in Register()
219 art::Runtime* runtime = art::Runtime::Current(); in Unregister()
225 art::Runtime* current = art::Runtime::Current(); in AddToBootstrapClassLoaderSearch()
394 jobject loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
Dti_dump.cc65 art::Runtime::Current()->GetRuntimeCallbacks()->AddRuntimeSigQuitCallback(&gDumpCallback); in Register()
72 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimeSigQuitCallback(&gDumpCallback); in Unregister()
/art/runtime/native/
Djava_lang_StringFactory.cc49 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes()
66 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars()
83 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString()
/art/test/1902-suspend/src/art/
DTest1902.java109 Runtime.getRuntime().halt(1); in run()
114 Runtime.getRuntime().halt(2); in run()
/art/runtime/gc/space/
Dimage_space_fs.h102 if (Runtime::Current() != nullptr) { in PruneDalvikCache()
103 Runtime::Current()->SetPrunedDalvikCache(true); in PruneDalvikCache()
/art/runtime/jni/
Djava_vm_ext.h38 class Runtime; variable
50 static std::unique_ptr<JavaVMExt> Create(Runtime* runtime,
69 Runtime* GetRuntime() const { in GetRuntime()
216 JavaVMExt(Runtime* runtime, const RuntimeArgumentMap& runtime_options, std::string* error_msg);
226 Runtime* const runtime_;
/art/compiler/jit/
Djit_compiler.cc48 Runtime* runtime = Runtime::Current(); in ParseCompilerOptions()
179 Runtime* runtime = Runtime::Current(); in CompileMethod()
/art/runtime/mirror/
Darray.cc56 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in RecursiveCreateMultiArray()
99 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CreateMultiArray()
124 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Alloc()
145 auto* heap = Runtime::Current()->GetHeap(); in CopyOf()
Dthrowable.cc42 if (Runtime::Current()->IsActiveTransaction()) { in SetDetailMessage()
56 if (Runtime::Current()->IsActiveTransaction()) { in SetCause()
65 if (Runtime::Current()->IsActiveTransaction()) { in SetStackState()
119 const PointerSize ptr_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in Dump()
Dobject_array-alloc-inl.h60 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
68 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyOf()
/art/test/061-out-of-memory/src/
DMain.java53 a = new byte[(int) Runtime.getRuntime().maxMemory() - 32]; in testOomeLarge()
82 for (int i = 0; i < Runtime.getRuntime().maxMemory() / objSize; i++) { in testOomeSmallInternal()
/art/test/920-objects/src/art/
DTest920.java73 Runtime.getRuntime().gc(); in testObjectHash()
74 Runtime.getRuntime().gc(); in testObjectHash()
/art/runtime/gc/
Dreference_queue_test.cc40 Runtime::Current()->GetClassLinker()->FindClass(self, "Ljava/lang/ref/WeakReference;", in TEST_F()
75 Runtime::Current()->GetClassLinker()->FindClass(self, "Ljava/lang/ref/WeakReference;", in TEST_F()
79 Runtime::Current()->GetClassLinker()->FindClass(self, "Ljava/lang/ref/FinalizerReference;", in TEST_F()
/art/test/154-gc-loop/
Dheap_interface.cc24 Runtime::Current()->UpdateProcessState(kProcessStateJankImperceptible); in Java_Main_backgroundProcessState()
/art/test/510-checker-try-catch/smali/
DRuntime.smali27 ## CHECK-START: int Runtime.testUseAfterCatch_int(boolean, boolean) register (after)
63 ## CHECK-START: int Runtime.testUseAfterCatch_long(boolean, boolean) register (after)
111 ## CHECK-START: int Runtime.testUseAfterCatch_float(boolean, boolean) register (after)
147 ## CHECK-START: int Runtime.testUseAfterCatch_double(boolean, boolean) register (after)
183 # Register v0 holds different constants at two throwing instructions. Runtime is
186 ## CHECK-START: int Runtime.testCatchPhi_const(boolean, boolean) register (after)
214 # Runtime is expected to find their location in the stack map and copy the value
217 ## CHECK-START: int Runtime.testCatchPhi_int(boolean, boolean) register (after)
252 # Runtime is expected to find their location in the stack map and copy the value
258 ## CHECK-START: int Runtime.testCatchPhi_long(boolean, boolean) register (after)
[all …]
/art/runtime/
Ddexopt_test.cc56 Runtime* runtime = Runtime::Current(); in Dex2Oat()
148 ASSERT_EQ(oat_bcp, android::base::Join(Runtime::Current()->GetBootClassPathLocations(), ':')); in GenerateOatForTest()
156 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations()), in GenerateOatForTest()
157 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
Dexec_utils.cc58 char** envp = (Runtime::Current() == nullptr) ? nullptr : Runtime::Current()->GetEnvSnapshot(); in ExecAndReturnCode()
Dhidden_api.cc271 Runtime* runtime = Runtime::Current(); in LogAccessToEventLog()
276 const std::string& package_name = Runtime::Current()->GetProcessPackageName(); in LogAccessToEventLog()
314 Runtime* runtime = Runtime::Current(); in NotifyHiddenApiListener()
349 static ALWAYS_INLINE void MaybeUpdateAccessFlags(Runtime* runtime, T* member, uint32_t flag) in MaybeUpdateAccessFlags()
467 MaybeUpdateAccessFlags(Runtime::Current(), member, kAccCorePlatformApi); in HandleCorePlatformApiViolation()
478 Runtime* runtime = Runtime::Current(); in ShouldDenyAccessToMemberImpl()
/art/runtime/interpreter/
Dinterpreter_common.h176 Runtime::Current()->GetTargetSdkVersion()); in UnlockHeldMonitors()
209 DCHECK(Runtime::Current()->AreNonStandardExitsEnabled()); in PerformNonStandardReturn()
258 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in DoInvoke()
285 /*vtable_idx=*/ method_idx, Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in DoInvoke()
301 jit::Jit* jit = Runtime::Current()->GetJit(); in DoInvoke()
331 DCHECK(Runtime::Current()->IsStarted()); in DoInvoke()
332 DCHECK(!Runtime::Current()->IsActiveTransaction()); in DoInvoke()
412 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in ResolveMethodHandle()
420 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in ResolveMethodType()
523 if (Runtime::Current()->GetTransaction()->ReadConstraint(self, obj)) { in DoFieldGet()
[all …]
/art/test/152-dead-large-object/src/
DMain.java23 Runtime.getRuntime().gc(); in main()
/art/dex2oat/linker/
Dimage_write_read_test.cc42 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead()
76 if (!Runtime::Create(options, false)) { in TestWriteRead()
80 runtime_.reset(Runtime::Current()); in TestWriteRead()
88 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead()
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc29 Runtime::Current()->GetOatFileManager().WaitForBackgroundVerificationTasks(); in Java_Main_waitForVerifier()
34 Runtime::Current()->SetProcessDataDirectory(path); in Java_Main_setProcessDataDir()
55 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in Java_Main_areClassesVerified()
149 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in Java_Main_areClassesPreverified()
/art/test/141-class-unload/
Djni_unload.cc29 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_IntHolder_waitForCompilation()
/art/test/596-app-images/
Dapp_images.cc60 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) { in Java_Main_checkAppImageLoaded()
79 for (auto* space : Runtime::Current()->GetHeap()->GetContinuousSpaces()) { in Java_Main_checkAppImageContains()

12345678910>>...16