Lines Matching refs:Runtime
33 if (Runtime::Current()->IsExplicitGcDisabled()) { in Runtime_gc()
37 Runtime::Current()->GetHeap()->CollectGarbage(false); in Runtime_gc()
42 Runtime::Current()->CallExitHook(status); in Runtime_nativeExit()
73 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Runtime_nativeLoad()
86 return Runtime::Current()->GetHeap()->GetMaxMemory(); in Runtime_maxMemory()
90 return Runtime::Current()->GetHeap()->GetTotalMemory(); in Runtime_totalMemory()
94 return Runtime::Current()->GetHeap()->GetFreeMemory(); in Runtime_freeMemory()
98 NATIVE_METHOD(Runtime, freeMemory, "!()J"),
99 NATIVE_METHOD(Runtime, gc, "()V"),
100 NATIVE_METHOD(Runtime, maxMemory, "!()J"),
101 NATIVE_METHOD(Runtime, nativeExit, "(I)V"),
102 …NATIVE_METHOD(Runtime, nativeLoad, "(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;)L…
103 NATIVE_METHOD(Runtime, totalMemory, "!()J"),