Searched refs:Vm (Results 1 – 7 of 7) sorted by relevance
/art/benchmark/jobject-benchmark/ |
D | jobject_benchmark.cc | 55 jobject ref = soa.Vm()->AddGlobalRef(soa.Self(), obj); in Java_JObjectBenchmark_timeAddRemoveGlobal() 56 soa.Vm()->DeleteGlobalRef(soa.Self(), ref); in Java_JObjectBenchmark_timeAddRemoveGlobal() 65 jobject ref = soa.Vm()->AddGlobalRef(soa.Self(), obj); in Java_JObjectBenchmark_timeDecodeGlobal() 69 soa.Vm()->DeleteGlobalRef(soa.Self(), ref); in Java_JObjectBenchmark_timeDecodeGlobal() 78 jobject ref = soa.Vm()->AddWeakGlobalRef(soa.Self(), obj); in Java_JObjectBenchmark_timeAddRemoveWeakGlobal() 79 soa.Vm()->DeleteWeakGlobalRef(soa.Self(), ref); in Java_JObjectBenchmark_timeAddRemoveWeakGlobal() 88 jobject ref = soa.Vm()->AddWeakGlobalRef(soa.Self(), obj); in Java_JObjectBenchmark_timeDecodeWeakGlobal() 92 soa.Vm()->DeleteWeakGlobalRef(soa.Self(), ref); in Java_JObjectBenchmark_timeDecodeWeakGlobal()
|
/art/runtime/ |
D | scoped_thread_state_change.h | 81 JavaVMExt* Vm() const { in Vm() function
|
D | oat_file_manager.cc | 923 class_loader_ = soa.Vm()->AddGlobalRef(self, soa.Decode<mirror::ClassLoader>(class_loader)); in BackgroundVerificationTask() 930 soa.Vm()->DeleteGlobalRef(self, class_loader_); in ~BackgroundVerificationTask()
|
D | reflection.cc | 456 CheckMethodArguments(soa.Vm(), method->GetInterfaceMethodIfProxy(kRuntimePointerSize), args); in InvokeWithArgArray()
|
/art/runtime/jit/ |
D | jit.cc | 774 klass_ = soa.Vm()->AddGlobalRef(soa.Self(), method_->GetDeclaringClass()); in JitCompileTask() 782 soa.Vm()->DeleteGlobalRef(soa.Self(), klass_); in ~JitCompileTask() 990 class_loader_ = soa.Vm()->AddGlobalRef(soa.Self(), h_loader.Get()); in JitProfileTask() 1025 soa.Vm()->DeleteGlobalRef(soa.Self(), class_loader_); in ~JitProfileTask()
|
/art/runtime/jni/ |
D | jni_internal.cc | 679 return soa.Vm()->AddGlobalRef(soa.Self(), decoded_obj); in NewGlobalRef() 691 return soa.Vm()->AddWeakGlobalRef(soa.Self(), decoded_obj); in NewWeakGlobalRef() 1994 soa.Vm()->JniAbortF("GetArrayLength", "not an array: %s", obj->PrettyTypeOf().c_str()); in GetArrayLength() 2061 soa.Vm()->JniAbortF("NewObjectArray", in NewObjectArray() 2081 soa.Vm()->JniAbortF("NewObjectArray", "cannot assign object of type '%s' to array with " in NewObjectArray() 2105 soa.Vm()->JniAbortF("GetPrimitiveArrayCritical", "expected primitive array, given %s", in GetPrimitiveArrayCritical() 2133 soa.Vm()->JniAbortF("ReleasePrimitiveArrayCritical", "expected primitive array, given %s", in ReleasePrimitiveArrayCritical() 2576 soa.Vm()->JniAbortF("NewPrimitiveArray", "negative array length: %d", length); in NewPrimitiveArray() 2592 soa.Vm()->JniAbortF(fn_name, in DecodeAndCheckArrayType() 2658 soa.Vm()->JniAbortF("ReleaseArrayElements", in ReleasePrimitiveArray()
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 283 soa.Vm()->DumpReferenceTables(LOG_STREAM(INFO)); in VMDebug_dumpReferenceTables()
|