Lines Matching refs:soa
62 ScopedObjectAccess soa(Thread::ForEnv(env)); in VMDebug_getVmFeatureList() local
63 return soa.AddLocalReference<jobjectArray>( in VMDebug_getVmFeatureList()
64 CreateStringArray(soa.Self(), in VMDebug_getVmFeatureList()
110 ScopedObjectAccess soa(env); in VMDebug_startMethodTracingFd() local
111 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", in VMDebug_startMethodTracingFd()
119 ScopedObjectAccess soa(env); in VMDebug_startMethodTracingFd() local
120 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", in VMDebug_startMethodTracingFd()
202 ScopedObjectAccess soa(env); in VMDebug_isDebuggingEnabled() local
234 ScopedFastNativeObjectAccess soa(env); in VMDebug_printLoadedClasses() local
239 ScopedFastNativeObjectAccess soa(env); in VMDebug_getLoadedClassCount() local
260 ScopedObjectAccess soa(env); in VMDebug_dumpHprofData() local
286 ScopedObjectAccess soa(env); in VMDebug_dumpReferenceTables() local
289 soa.Env()->DumpReferenceTables(LOG_STREAM(INFO)); in VMDebug_dumpReferenceTables()
290 soa.Vm()->DumpReferenceTables(LOG_STREAM(INFO)); in VMDebug_dumpReferenceTables()
299 ScopedObjectAccess soa(env); in VMDebug_countInstancesOfClass() local
302 ObjPtr<mirror::Class> c = soa.Decode<mirror::Class>(javaClass); in VMDebug_countInstancesOfClass()
306 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClass()
316 ScopedObjectAccess soa(env); in VMDebug_getExecutableMethodFileOffsetsNative() local
317 ObjPtr<mirror::Executable> m = soa.Decode<mirror::Executable>(javaMethod); in VMDebug_getExecutableMethodFileOffsetsNative()
319 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", in VMDebug_getExecutableMethodFileOffsetsNative()
326 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", in VMDebug_getExecutableMethodFileOffsetsNative()
342 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", "Could not find oat_dex_file"); in VMDebug_getExecutableMethodFileOffsetsNative()
348 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", "Could not find oat_file"); in VMDebug_getExecutableMethodFileOffsetsNative()
355 soa.Self()->ThrowNewExceptionF( in VMDebug_getExecutableMethodFileOffsetsNative()
369 soa.Self()->ThrowNewExceptionF( in VMDebug_getExecutableMethodFileOffsetsNative()
383 ScopedObjectAccess soa(env); in VMDebug_countInstancesOfClasses() local
387 soa.Decode<mirror::ObjectArray<mirror::Class>>(javaClasses); in VMDebug_countInstancesOfClasses()
391 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClasses()
399 ObjPtr<mirror::LongArray> long_counts = mirror::LongArray::Alloc(soa.Self(), counts.size()); in VMDebug_countInstancesOfClasses()
401 soa.Self()->AssertPendingOOMException(); in VMDebug_countInstancesOfClasses()
407 return soa.AddLocalReference<jlongArray>(long_counts); in VMDebug_countInstancesOfClasses()
498 ScopedObjectAccess soa(self); in VMDebug_getRuntimeStatsInternal() local
565 return soa.AddLocalReference<jobjectArray>(array.Get()); in VMDebug_getRuntimeStatsInternal()
570 ScopedObjectAccess soa(env); in VMDebug_nativeAttachAgent() local
576 ScopedObjectAccess soa(env); in VMDebug_nativeAttachAgent() local
595 ScopedObjectAccess soa(env); in VMDebug_allowHiddenApiReflectionFrom() local
602 StackHandleScope<1> hs(soa.Self()); in VMDebug_allowHiddenApiReflectionFrom()
603 Handle<mirror::Class> h_caller(hs.NewHandle(soa.Decode<mirror::Class>(j_caller))); in VMDebug_allowHiddenApiReflectionFrom()
616 ScopedObjectAccess soa(env); in VMDebug_setAllocTrackerStackDepth() local
617 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", in VMDebug_setAllocTrackerStackDepth()
626 ScopedObjectAccess soa(env); in VMDebug_setCurrentProcessName() local
637 ScopedObjectAccess soa(env); in VMDebug_addApplication() local
648 ScopedObjectAccess soa(env); in VMDebug_removeApplication() local
659 ScopedObjectAccess soa(env); in VMDebug_setWaitingForDebugger() local
664 ScopedObjectAccess soa(env); in VMDebug_setUserId() local