Lines Matching defs:JNIEnv
62 static void VMDebug_startAllocCounting(JNIEnv*, jclass) { in VMDebug_startAllocCounting() argument
66 static void VMDebug_stopAllocCounting(JNIEnv*, jclass) { in VMDebug_stopAllocCounting() argument
70 static jint VMDebug_getAllocCount(JNIEnv*, jclass, jint kind) { in VMDebug_getAllocCount() argument
74 static void VMDebug_resetAllocCount(JNIEnv*, jclass, jint kinds) { in VMDebug_resetAllocCount() argument
78 static void VMDebug_startMethodTracingDdmsImpl(JNIEnv*, jclass, jint bufferSize, jint flags, in VMDebug_startMethodTracingDdmsImpl() argument
117 static jint VMDebug_getMethodTracingMode(JNIEnv*, jclass) { in VMDebug_getMethodTracingMode() argument
121 static void VMDebug_stopMethodTracing(JNIEnv*, jclass) { in VMDebug_stopMethodTracing() argument
125 static void VMDebug_startEmulatorTracing(JNIEnv*, jclass) { in VMDebug_startEmulatorTracing() argument
130 static void VMDebug_stopEmulatorTracing(JNIEnv*, jclass) { in VMDebug_stopEmulatorTracing() argument
135 static jboolean VMDebug_isDebuggerConnected(JNIEnv*, jclass) { in VMDebug_isDebuggerConnected() argument
139 static jboolean VMDebug_isDebuggingEnabled(JNIEnv*, jclass) { in VMDebug_isDebuggingEnabled() argument
143 static jlong VMDebug_lastDebuggerActivity(JNIEnv*, jclass) { in VMDebug_lastDebuggerActivity() argument
183 static jlong VMDebug_threadCpuTimeNanos(JNIEnv*, jclass) { in VMDebug_threadCpuTimeNanos() argument
225 static void VMDebug_dumpHprofDataDdms(JNIEnv*, jclass) { in VMDebug_dumpHprofDataDdms() argument
239 static void VMDebug_crash(JNIEnv*, jclass) { in VMDebug_crash() argument
243 static void VMDebug_infopoint(JNIEnv*, jclass, jint id) { in VMDebug_infopoint() argument