Lines Matching refs:JNIEnv

54 static jobjectArray VMDebug_getVmFeatureList(JNIEnv* env, jclass) {  in VMDebug_getVmFeatureList()
77 static void VMDebug_startAllocCounting(JNIEnv*, jclass) { in VMDebug_startAllocCounting() argument
81 static void VMDebug_stopAllocCounting(JNIEnv*, jclass) { in VMDebug_stopAllocCounting() argument
85 static jint VMDebug_getAllocCount(JNIEnv*, jclass, jint kind) { in VMDebug_getAllocCount() argument
89 static void VMDebug_resetAllocCount(JNIEnv*, jclass, jint kinds) { in VMDebug_resetAllocCount() argument
93 static void VMDebug_startMethodTracingDdmsImpl(JNIEnv*, jclass, jint bufferSize, jint flags, in VMDebug_startMethodTracingDdmsImpl() argument
101 static void VMDebug_startMethodTracingFd(JNIEnv* env, in VMDebug_startMethodTracingFd()
141 static void VMDebug_startMethodTracingFilename(JNIEnv* env, jclass, jstring javaTraceFilename, in VMDebug_startMethodTracingFilename()
156 static jint VMDebug_getMethodTracingMode(JNIEnv*, jclass) { in VMDebug_getMethodTracingMode() argument
160 static void VMDebug_stopMethodTracing(JNIEnv*, jclass) { in VMDebug_stopMethodTracing() argument
164 static jboolean VMDebug_isDebuggerConnected(JNIEnv*, jclass) { in VMDebug_isDebuggerConnected() argument
170 static jboolean VMDebug_isDebuggingEnabled(JNIEnv* env, jclass) { in VMDebug_isDebuggingEnabled()
175 static jlong VMDebug_lastDebuggerActivity(JNIEnv*, jclass) { in VMDebug_lastDebuggerActivity() argument
181 static void ThrowUnsupportedOperationException(JNIEnv* env) { in ThrowUnsupportedOperationException()
186 static void VMDebug_startInstructionCounting(JNIEnv* env, jclass) { in VMDebug_startInstructionCounting()
190 static void VMDebug_stopInstructionCounting(JNIEnv* env, jclass) { in VMDebug_stopInstructionCounting()
194 static void VMDebug_getInstructionCount(JNIEnv* env, jclass, jintArray /*javaCounts*/) { in VMDebug_getInstructionCount()
198 static void VMDebug_resetInstructionCount(JNIEnv* env, jclass) { in VMDebug_resetInstructionCount()
202 static void VMDebug_printLoadedClasses(JNIEnv* env, jclass, jint flags) { in VMDebug_printLoadedClasses()
221 static jint VMDebug_getLoadedClassCount(JNIEnv* env, jclass) { in VMDebug_getLoadedClassCount()
230 static jlong VMDebug_threadCpuTimeNanos(JNIEnv*, jclass) { in VMDebug_threadCpuTimeNanos() argument
240 static void VMDebug_dumpHprofData(JNIEnv* env, jclass, jstring javaFilename, jint javaFd) { in VMDebug_dumpHprofData()
264 static void VMDebug_dumpHprofDataDdms(JNIEnv*, jclass) { in VMDebug_dumpHprofDataDdms() argument
268 static void VMDebug_dumpReferenceTables(JNIEnv* env, jclass) { in VMDebug_dumpReferenceTables()
278 static void VMDebug_crash(JNIEnv*, jclass) { in VMDebug_crash() argument
282 static void VMDebug_infopoint(JNIEnv*, jclass, jint id) { in VMDebug_infopoint() argument
286 static jlong VMDebug_countInstancesOfClass(JNIEnv* env, in VMDebug_countInstancesOfClass()
304 static jlongArray VMDebug_countInstancesOfClasses(JNIEnv* env, in VMDebug_countInstancesOfClasses()
335 static jobjectArray VMDebug_getInstancesOfClasses(JNIEnv* env, in VMDebug_getInstancesOfClasses()
387 static void VMDebug_getHeapSpaceStats(JNIEnv* env, jclass, jlongArray data) { in VMDebug_getHeapSpaceStats()
457 static jstring VMDebug_getRuntimeStatInternal(JNIEnv* env, jclass, jint statId) { in VMDebug_getRuntimeStatInternal()
499 static bool SetRuntimeStatValue(JNIEnv* env, in SetRuntimeStatValue()
511 static jobjectArray VMDebug_getRuntimeStatsInternal(JNIEnv* env, jclass) { in VMDebug_getRuntimeStatsInternal()
563 static void VMDebug_nativeAttachAgent(JNIEnv* env, jclass, jstring agent, jobject classloader) { in VMDebug_nativeAttachAgent()
588 static void VMDebug_allowHiddenApiReflectionFrom(JNIEnv* env, jclass, jclass j_caller) { in VMDebug_allowHiddenApiReflectionFrom()
607 static void VMDebug_setAllocTrackerStackDepth(JNIEnv* env, jclass, jint stack_depth) { in VMDebug_setAllocTrackerStackDepth()
657 void register_dalvik_system_VMDebug(JNIEnv* env) { in register_dalvik_system_VMDebug()