Lines Matching refs:Runtime
42 if (Runtime::Current()->IsExplicitGcDisabled()) { in Runtime_gc()
46 Runtime::Current()->GetHeap()->CollectGarbage(false); in Runtime_gc()
51 Runtime::Current()->CallExitHook(status); in Runtime_nativeExit()
81 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Runtime_nativeLoad()
94 return Runtime::Current()->GetHeap()->GetMaxMemory(); in Runtime_maxMemory()
98 return Runtime::Current()->GetHeap()->GetTotalMemory(); in Runtime_totalMemory()
102 return Runtime::Current()->GetHeap()->GetFreeMemory(); in Runtime_freeMemory()
106 NATIVE_METHOD(Runtime, freeMemory, "!()J"),
107 NATIVE_METHOD(Runtime, gc, "()V"),
108 NATIVE_METHOD(Runtime, maxMemory, "!()J"),
109 NATIVE_METHOD(Runtime, nativeExit, "(I)V"),
110 …NATIVE_METHOD(Runtime, nativeLoad, "(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;)L…
111 NATIVE_METHOD(Runtime, totalMemory, "!()J"),