Searched defs:vm (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/native/
H A DRegister.cpp26 int JNI_OnLoad(JavaVM* vm, void*) { argument
28 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
/libcore/libdvm/src/main/java/org/apache/harmony/kernel/vm/
H A DStringUtils.java17 package org.apache.harmony.kernel.vm;
/libcore/crypto/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8211 int JNI_OnLoad(JavaVM *vm, void*) { argument
8213 gJavaVM = vm;
8216 if (vm->GetEnv((void**)&env, JNI_VERSION_1_6) != JNI_OK) {
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 394 milliseconds