• Home
  • Raw
  • Download

Lines Matching refs:Current

72   return Runtime::Current()->GetHeap()->GetTargetHeapUtilization();  in VMRuntime_getTargetHeapUtilization()
76 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target); in VMRuntime_nativeSetTargetHeapUtilization()
91 Runtime::Current()->SetHiddenApiExemptions(exemptions_vec); in VMRuntime_setHiddenApiExemptions()
95 Runtime::Current()->SetHiddenApiEventLogSampleRate(rate); in VMRuntime_setHiddenApiAccessLogSamplingRate()
110 Runtime* runtime = Runtime::Current(); in VMRuntime_newNonMovableArray()
137 Runtime* runtime = Runtime::Current(); in VMRuntime_newUnpaddedArray()
164 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) { in VMRuntime_addressOf()
172 Runtime::Current()->GetHeap()->ClearGrowthLimit(); in VMRuntime_clearGrowthLimit()
176 Runtime::Current()->GetHeap()->ClampGrowthLimit(); in VMRuntime_clampGrowthLimit()
180 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
184 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
190 const std::vector<std::string>& properties = Runtime::Current()->GetProperties(); in VMRuntime_properties()
221 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath()
226 return env->NewStringUTF(DefaultToDot(Runtime::Current()->GetClassPathString())); in VMRuntime_classPath()
238 InstructionSet isa = Runtime::Current()->GetInstructionSet(); in VMRuntime_vmInstructionSet()
260 Runtime::Current()->SetTargetSdkVersion(uint_target_sdk_version); in VMRuntime_setTargetSdkVersionNative()
280 Runtime::Current()->GetCompatFramework().SetDisabledCompatChanges(disabled_compat_changes_set); in VMRuntime_setDisabledCompatChangesNative()
298 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, clamp_to_size_t(bytes)); in VMRuntime_registerNativeAllocation()
307 Runtime::Current()->GetHeap()->RegisterNativeFree(env, clamp_to_size_t(bytes)); in VMRuntime_registerNativeFree()
311 return Runtime::Current()->GetHeap()->GetNotifyNativeInterval(); in VMRuntime_getNotifyNativeInterval()
315 Runtime::Current()->GetHeap()->NotifyNativeAllocations(env); in VMRuntime_notifyNativeAllocationsInternal()
319 return Runtime::Current()->GetFinalizerTimeoutMs(); in VMRuntime_getFinalizerTimeoutMs()
323 Runtime::Current()->RegisterSensitiveThread(); in VMRuntime_registerSensitiveThread()
327 Runtime* runtime = Runtime::Current(); in VMRuntime_updateProcessState()
332 Runtime::Current()->NotifyStartupCompleted(); in VMRuntime_notifyStartupCompleted()
336 Runtime::Current()->GetHeap()->Trim(ThreadForEnv(env)); in VMRuntime_trimHeap()
340 Runtime::Current()->GetHeap()->RequestTrim(ThreadForEnv(env)); in VMRuntime_requestHeapTrim()
344 gc::Heap *heap = Runtime::Current()->GetHeap(); in VMRuntime_requestConcurrentGC()
352 Runtime::Current()->GetHeap()->GetTaskProcessor()->Start(ThreadForEnv(env)); in VMRuntime_startHeapTaskProcessor()
356 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(ThreadForEnv(env)); in VMRuntime_stopHeapTaskProcessor()
360 Runtime::Current()->GetHeap()->GetTaskProcessor()->RunAllTasks(ThreadForEnv(env)); in VMRuntime_runHeapTasks()
399 Runtime::Current()->RegisterAppInfo( in VMRuntime_registerAppInfo()
429 Thread* self = Thread::Current(); in VMRuntime_setSystemDaemonThreadPriority()
446 Runtime::Current()->SetDedupeHiddenApiWarnings(dedupe); in VMRuntime_setDedupeHiddenApiWarnings()
453 Runtime::Current()->SetProcessPackageName(package_name.c_str()); in VMRuntime_setProcessPackageName()
458 Runtime::Current()->SetProcessDataDirectory(data_dir.c_str()); in VMRuntime_setProcessDataDirectory()
463 jit::Jit* jit = Runtime::Current()->GetJit(); in VMRuntime_bootCompleted()
494 Runtime::Current()->GetClassLinker()->VisitClasses(&visitor); in VMRuntime_resetJitCounters()