Searched refs:Vm (Results 1 – 9 of 9) 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/entrypoints/jni/ |
D | jni_entrypoints.cc | 44 void* native_code = soa.Vm()->FindCodeForNativeMethod(method); in artFindNativeMethod()
|
/art/runtime/ |
D | scoped_thread_state_change.h | 79 JavaVMExt* Vm() const { in Vm() function
|
D | jni_internal.cc | 645 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()
|
D | reflection.cc | 454 CheckMethodArguments(soa.Vm(), method->GetInterfaceMethodIfProxy(kRuntimePointerSize), args); in InvokeWithArgArray()
|
D | check_jni.cc | 535 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/ |
D | jit.cc | 607 klass_ = soa.Vm()->AddGlobalRef(soa.Self(), method_->GetDeclaringClass()); in JitCompileTask() 613 soa.Vm()->DeleteGlobalRef(soa.Self(), klass_); in ~JitCompileTask()
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 261 soa.Vm()->DumpReferenceTables(LOG_STREAM(INFO)); in VMDebug_dumpReferenceTables()
|
/art/runtime/gc/ |
D | heap.cc | 1306 JavaVMExt* vm = soa.Vm(); in TrimIndirectReferenceTables() 1957 soa.Vm()->UnloadNativeLibraries(); in PerformHomogeneousSpaceCompact() 2107 soa.Vm()->UnloadNativeLibraries(); in TransitionCollector() 2632 soa.Vm()->UnloadNativeLibraries(); in CollectGarbageInternal()
|