Home
last modified time | relevance | path

Searched refs:UNUSED_PARAMETER (Results 1 – 19 of 19) sorted by relevance

/dalvik/vm/native/
Ddalvik_system_VMDebug.cpp144 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_startAllocCounting()
158 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_stopAllocCounting()
285 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_isMethodTracingActive()
298 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_stopMethodTracing()
312 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_startEmulatorTracing()
326 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_stopEmulatorTracing()
340 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_isDebuggerConnected()
353 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_isDebuggingEnabled()
367 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_lastDebuggerActivity()
463 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_getLoadedClassCount()
[all …]
Djava_util_concurrent_atomic_AtomicLong.cpp30 UNUSED_PARAMETER(args); in Dalvik_java_util_concurrent_atomic_AtomicLong_VMSupportsCS8()
Dorg_apache_harmony_dalvik_NativeTestTarget.cpp32 UNUSED_PARAMETER(args); in Dalvik_org_apache_harmony_dalvik_NativeTestTarget_emptyInternalMethod()
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp47 UNUSED_PARAMETER(args); in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_getThreadStats()
131 UNUSED_PARAMETER(args); in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_getRecentAllocationStatus()
Djava_lang_VMThread.cpp47 UNUSED_PARAMETER(args); in Dalvik_java_lang_VMThread_currentThread()
129 UNUSED_PARAMETER(args); in Dalvik_java_lang_VMThread_interrupted()
231 UNUSED_PARAMETER(args); in Dalvik_java_lang_VMThread_yield()
Djava_lang_Throwable.cpp32 UNUSED_PARAMETER(args); in Dalvik_java_lang_Throwable_nativeFillInStackTrace()
Ddalvik_system_VMStack.cpp35 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMStack_getCallingClassLoader()
53 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMStack_getStackClass2()
Djava_lang_Runtime.cpp32 UNUSED_PARAMETER(args); in Dalvik_java_lang_Runtime_gc()
Djava_lang_System.cpp299 UNUSED_PARAMETER(args); in Dalvik_java_lang_System_currentTimeMillis()
316 UNUSED_PARAMETER(args); in Dalvik_java_lang_System_nanoTime()
Ddalvik_system_VMRuntime.cpp37 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMRuntime_getTargetHeapUtilization()
Dsun_misc_Unsafe.cpp44 UNUSED_PARAMETER(args); in Dalvik_sun_misc_Unsafe_arrayBaseOffset0()
/dalvik/vm/
DMisc.h35 #define UNUSED_PARAMETER(p) (void)(p) macro
DSignalCatcher.cpp258 UNUSED_PARAMETER(arg); in signalCatcherThreadStart()
DJni.cpp1197 UNUSED_PARAMETER(name); in DefineClass()
1198 UNUSED_PARAMETER(loader); in DefineClass()
1199 UNUSED_PARAMETER(buf); in DefineClass()
1200 UNUSED_PARAMETER(bufLen); in DefineClass()
1753 UNUSED_PARAMETER(jclazz); \
1791 UNUSED_PARAMETER(jclazz); \
2050 UNUSED_PARAMETER(jclazz); \
2064 UNUSED_PARAMETER(jclazz); \
2075 UNUSED_PARAMETER(jclazz); \
2376 UNUSED_PARAMETER(elems); \
DDebugger.cpp253 UNUSED_PARAMETER(type); in objectIsRegistered()
2241 UNUSED_PARAMETER(threadId); in dvmDbgGetThisObject()
2264 UNUSED_PARAMETER(threadId); in dvmDbgGetLocalValue()
2346 UNUSED_PARAMETER(threadId); in dvmDbgSetLocalValue()
2604 UNUSED_PARAMETER(threadId); in dvmDbgUnconfigureStep()
/dalvik/vm/alloc/
DDdmHeap.cpp214 UNUSED_PARAMETER(userlen); in heap_chunk_callback()
/dalvik/vm/hprof/
DHprofHeap.cpp41 UNUSED_PARAMETER(ctx); in hprofStartHeapDump()
/dalvik/vm/reflect/
DReflect.cpp1253 UNUSED_PARAMETER(clazz); in dvmCreateReflectObjForMethod()
/dalvik/vm/interp/
DInterp.cpp609 UNUSED_PARAMETER(thread); in dvmClearSingleStep()