Home
last modified time | relevance | path

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

/art/benchmark/jobject-benchmark/
Djobject_benchmark.cc55 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/entrypoints/jni/
Djni_entrypoints.cc44 void* native_code = soa.Vm()->FindCodeForNativeMethod(method); in artFindNativeMethod()
/art/runtime/
Dscoped_thread_state_change.h79 JavaVMExt* Vm() const { in Vm() function
Djni_internal.cc645 return soa.Vm()->AddGlobalRef(soa.Self(), decoded_obj); in NewGlobalRef()
657 return soa.Vm()->AddWeakGlobalRef(soa.Self(), decoded_obj); in NewWeakGlobalRef()
1960 soa.Vm()->JniAbortF("GetArrayLength", "not an array: %s", obj->PrettyTypeOf().c_str()); in GetArrayLength()
2027 soa.Vm()->JniAbortF("NewObjectArray", in NewObjectArray()
2047 soa.Vm()->JniAbortF("NewObjectArray", "cannot assign object of type '%s' to array with " in NewObjectArray()
2071 soa.Vm()->JniAbortF("GetPrimitiveArrayCritical", "expected primitive array, given %s", in GetPrimitiveArrayCritical()
2099 soa.Vm()->JniAbortF("ReleasePrimitiveArrayCritical", "expected primitive array, given %s", in ReleasePrimitiveArrayCritical()
2542 soa.Vm()->JniAbortF("NewPrimitiveArray", "negative array length: %d", length); in NewPrimitiveArray()
2555 soa.Vm()->JniAbortF(fn_name, in DecodeAndCheckArrayType()
2620 soa.Vm()->JniAbortF("ReleaseArrayElements", in ReleasePrimitiveArray()
Dreflection.cc454 CheckMethodArguments(soa.Vm(), method->GetInterfaceMethodIfProxy(kRuntimePointerSize), args); in InvokeWithArgArray()
Dcheck_jni.cc535 if (has_method_ && soa.Vm()->IsTracingEnabled()) { in Check()
545 (traceMethod != nullptr && soa.Vm()->ShouldTrace(traceMethod))) { in Check()
848 obj = soa.Vm()->DecodeWeakGlobal(soa.Self(), ref); in CheckInstance()
/art/runtime/jit/
Djit.cc607 klass_ = soa.Vm()->AddGlobalRef(soa.Self(), method_->GetDeclaringClass()); in JitCompileTask()
613 soa.Vm()->DeleteGlobalRef(soa.Self(), klass_); in ~JitCompileTask()
/art/runtime/native/
Ddalvik_system_VMDebug.cc261 soa.Vm()->DumpReferenceTables(LOG_STREAM(INFO)); in VMDebug_dumpReferenceTables()
/art/runtime/gc/
Dheap.cc1306 JavaVMExt* vm = soa.Vm(); in TrimIndirectReferenceTables()
1957 soa.Vm()->UnloadNativeLibraries(); in PerformHomogeneousSpaceCompact()
2107 soa.Vm()->UnloadNativeLibraries(); in TransitionCollector()
2632 soa.Vm()->UnloadNativeLibraries(); in CollectGarbageInternal()