Home
last modified time | relevance | path

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

/dalvik/vm/native/
Ddalvik_system_VMDebug.cpp146 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_startAllocCounting()
160 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_stopAllocCounting()
311 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_getMethodTracingMode()
324 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_stopMethodTracing()
338 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_startEmulatorTracing()
352 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_stopEmulatorTracing()
366 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_isDebuggerConnected()
379 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_isDebuggingEnabled()
393 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMDebug_lastDebuggerActivity()
489 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.cpp34 UNUSED_PARAMETER(args); in Dalvik_java_lang_Runtime_gc()
Dsun_misc_Unsafe.cpp44 UNUSED_PARAMETER(args); in Dalvik_sun_misc_Unsafe_arrayBaseOffset0()
Ddalvik_system_VMRuntime.cpp41 UNUSED_PARAMETER(args); in Dalvik_dalvik_system_VMRuntime_getTargetHeapUtilization()
/dalvik/vm/
DMisc.h35 #define UNUSED_PARAMETER(p) (void)(p) macro
DSignalCatcher.cpp260 UNUSED_PARAMETER(arg); in signalCatcherThreadStart()
DJni.cpp1201 UNUSED_PARAMETER(name); in DefineClass()
1202 UNUSED_PARAMETER(loader); in DefineClass()
1203 UNUSED_PARAMETER(buf); in DefineClass()
1204 UNUSED_PARAMETER(bufLen); in DefineClass()
1757 UNUSED_PARAMETER(jclazz); \
1795 UNUSED_PARAMETER(jclazz); \
2054 UNUSED_PARAMETER(jclazz); \
2068 UNUSED_PARAMETER(jclazz); \
2079 UNUSED_PARAMETER(jclazz); \
2380 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.cpp285 UNUSED_PARAMETER(end); in heap_chunk_callback()
/dalvik/vm/hprof/
DHprofHeap.cpp41 UNUSED_PARAMETER(ctx); in hprofStartHeapDump()
/dalvik/vm/reflect/
DReflect.cpp1265 UNUSED_PARAMETER(clazz); in dvmCreateReflectObjForMethod()
/dalvik/vm/interp/
DInterp.cpp609 UNUSED_PARAMETER(thread); in dvmClearSingleStep()