Home
last modified time | relevance | path

Searched refs:VMRuntime (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Ddalvik_system_VMRuntime.cc638 NATIVE_METHOD(VMRuntime, addressOf, "!(Ljava/lang/Object;)J"),
639 NATIVE_METHOD(VMRuntime, bootClassPath, "()Ljava/lang/String;"),
640 NATIVE_METHOD(VMRuntime, clampGrowthLimit, "()V"),
641 NATIVE_METHOD(VMRuntime, classPath, "()Ljava/lang/String;"),
642 NATIVE_METHOD(VMRuntime, clearGrowthLimit, "()V"),
643 NATIVE_METHOD(VMRuntime, concurrentGC, "()V"),
644 NATIVE_METHOD(VMRuntime, disableJitCompilation, "()V"),
645 NATIVE_METHOD(VMRuntime, getTargetHeapUtilization, "()F"),
646 NATIVE_METHOD(VMRuntime, isDebuggerActive, "!()Z"),
647 NATIVE_METHOD(VMRuntime, isNativeDebuggable, "!()Z"),
[all …]
/art/test/118-noimage-dex2oat/src/
DMain.java24 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main()
25 boolean isBootClassPathOnDisk = VMRuntime.isBootClassPathOnDisk(instructionSet); in main()
49 private static class VMRuntime { class in Main
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java163 if (!VMRuntime.isAndroid()) { in testVisibilityCompatibility()
166 Object runtime = VMRuntime.getRuntime(); in testVisibilityCompatibility()
167 int currentSdkVersion = VMRuntime.getTargetSdkVersion(runtime); in testVisibilityCompatibility()
170 VMRuntime.setTargetSdkVersion(runtime, oldSdkVersion); in testVisibilityCompatibility()
177 VMRuntime.setTargetSdkVersion(runtime, currentSdkVersion); in testVisibilityCompatibility()
257 private static class VMRuntime { class in TestAnnotations
/art/test/595-profile-saving/src/
DMain.java31 VMRuntime.registerAppInfo(file.getPath(), in main()
82 private static class VMRuntime { class in Main
/art/test/577-profile-foreign-dex/src/
DMain.java51 VMRuntime.registerAppInfo(profileFile.getPath(), appDir.getPath(), in main()
124 private static class VMRuntime { class in Main