Home
last modified time | relevance | path

Searched refs:Vm (Results 1 – 7 of 7) sorted by relevance

/art/runtime/entrypoints/jni/
Djni_entrypoints.cc42 void* native_code = soa.Vm()->FindCodeForNativeMethod(method); in artFindNativeMethod()
/art/runtime/
Dscoped_thread_state_change.h115 JavaVMExt* Vm() const { in Vm() function
Djni_internal.cc526 return soa.Vm()->AddGlobalRef(soa.Self(), decoded_obj); in NewGlobalRef()
538 return soa.Vm()->AddWeakGlobalRef(soa.Self(), decoded_obj); in NewWeakGlobalRef()
1778 soa.Vm()->JniAbortF("GetArrayLength", "not an array: %s", PrettyTypeOf(obj).c_str()); in GetArrayLength()
1845 soa.Vm()->JniAbortF("NewObjectArray", "not an object type: %s", in NewObjectArray()
1864 soa.Vm()->JniAbortF("NewObjectArray", "cannot assign object of type '%s' to array with " in NewObjectArray()
1888 soa.Vm()->JniAbortF("GetPrimitiveArrayCritical", "expected primitive array, given %s", in GetPrimitiveArrayCritical()
1910 soa.Vm()->JniAbortF("ReleasePrimitiveArrayCritical", "expected primitive array, given %s", in ReleasePrimitiveArrayCritical()
2343 soa.Vm()->JniAbortF("NewPrimitiveArray", "negative array length: %d", length); in NewPrimitiveArray()
2356 soa.Vm()->JniAbortF(fn_name, in DecodeAndCheckArrayType()
2422 soa.Vm()->JniAbortF("ReleaseArrayElements", in ReleasePrimitiveArray()
Dreflection.cc432 CheckMethodArguments(soa.Vm(), method->GetInterfaceMethodIfProxy(sizeof(void*)), args); in InvokeWithArgArray()
Dcheck_jni.cc348 if (has_method_ && soa.Vm()->IsTracingEnabled()) { in Check()
358 (traceMethod != nullptr && soa.Vm()->ShouldTrace(traceMethod))) { in Check()
661 obj = soa.Vm()->DecodeWeakGlobal(soa.Self(), ref); in CheckInstance()
/art/runtime/native/
Ddalvik_system_VMDebug.cc244 soa.Vm()->DumpReferenceTables(LOG(INFO)); in VMDebug_dumpReferenceTables()
/art/runtime/gc/
Dheap.cc1219 JavaVMExt* vm = soa.Vm(); in TrimIndirectReferenceTables()