Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 25 of 27) sorted by relevance

12

/dalvik/vm/interp/
DInterpState.h118 int unused; // Keep struct size constant member
158 void (*unused)(void); // Keep structure size constant member
243 u4 unused:31; member
DJit.h133 unsigned int unused:5; member
/dalvik/dx/tests/034-dex-minimal/
Dexpected.txt54 000076: 0000 | unused: 0
59 000082: 0000 | unused: 0
/dalvik/vm/
DDvm.mk28 LOCAL_CFLAGS += -Wall -Wextra -Wno-unused-parameter
DException.cpp382 JValue unused; in initException() local
386 dvmCallMethod(self, initMethod, exception, &unused); in initException()
390 dvmCallMethod(self, initMethod, exception, &unused, msgStr); in initException()
395 dvmCallMethod(self, initMethod, exception, &unused, cause); in initException()
400 dvmCallMethod(self, initMethod, exception, &unused, msgStr, cause); in initException()
427 dvmCallMethod(self, initCause, exception, &unused, cause); in initException()
508 JValue unused; in dvmWrapException() local
509 dvmCallMethod(self, initMethod, iteExcep, &unused, in dvmWrapException()
579 JValue unused; in dvmPrintExceptionStackTrace() local
580 dvmCallMethod(self, printMethod, exception, &unused); in dvmPrintExceptionStackTrace()
[all …]
DThread.cpp689 JValue unused; in dvmPrepMainThread() local
736 dvmCallMethod(thread, init, threadObj, &unused, groupObj, threadNameStr, in dvmPrepMainThread()
755 dvmCallMethod(thread, init, vmThreadObj, &unused, threadObj); in dvmPrepMainThread()
1534 JValue unused; in interpThreadStart() local
1538 dvmCallMethod(self, run, self->threadObj, &unused); in interpThreadStart()
1603 JValue unused; in threadExitUncaughtException() local
1604 dvmCallMethod(self, uncaughtHandler, handlerObj, &unused, in threadExitUncaughtException()
1893 JValue unused; in dvmAttachCurrentThread() local
1894 dvmCallMethod(self, init, threadObj, &unused, (Object*)pArgs->group, in dvmAttachCurrentThread()
2052 JValue unused; in dvmDetachCurrentThread() local
[all …]
DDdm.cpp179 JValue unused; in broadcast() local
180 dvmCallMethod(self, gDvm.methDalvikDdmcServer_broadcast, NULL, &unused, in broadcast()
DThread.h91 int8_t unused; /* for future expansion */ member
DJni.cpp1534 JValue unused; in NewObject() local
1537 dvmCallMethodV(ts.self(), (Method*) methodID, newObj, true, &unused, args); in NewObject()
1555 JValue unused; in NewObjectV() local
1556 dvmCallMethodV(ts.self(), (Method*) methodID, newObj, true, &unused, args); in NewObjectV()
1573 JValue unused; in NewObjectA() local
1574 dvmCallMethodA(ts.self(), (Method*) methodID, newObj, true, &unused, args); in NewObjectA()
2704 JValue unused; in NewDirectByteBuffer() local
2706 newObj, &unused, (jint) address, (jint) capacity); in NewDirectByteBuffer()
/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_CMPL_DOUBLE.S24 add sp, #16 @ drop unused operands
/dalvik/vm/alloc/
DAlloc.cpp128 JValue unused; in createStockException() local
129 dvmCallMethod(self, init, obj, &unused, msgStr); in createStockException()
DMarkSweep.cpp834 JValue unused; in dvmEnqueueClearedReferences() local
836 dvmCallMethod(self, meth, NULL, &unused, reference); in dvmEnqueueClearedReferences()
DCopying.cpp2069 size_t alloc, unused, total; in dvmScavengeRoots() local
2071 room(&alloc, &unused, &total); in dvmScavengeRoots()
2073 alloc, unused, total); in dvmScavengeRoots()
/dalvik/vm/reflect/
DReflect.cpp249 JValue unused; in createFieldObject() local
251 fieldObj, &unused, clazz, type, nameObj, slot); in createFieldObject()
429 JValue unused; in createConstructorObject() local
431 consObj, &unused, meth->clazz, params, exceptions, slot); in createConstructorObject()
581 JValue unused; in dvmCreateReflectMethodObject() local
583 methObj, &unused, meth->clazz, params, exceptions, returnType, in dvmCreateReflectMethodObject()
DAnnotation.cpp657 JValue unused; in createAnnotationMember() local
701 newMember, &unused, nameObj, valueObj, methodReturn, methodObj); in createAnnotationMember()
/dalvik/dx/tests/024-code-bytecode/
Dsmall-class.txt265 ba # 0168: <unused>
299 ca # 01cf: <unused>
/dalvik/vm/analysis/
DVfyBasicBlock.cpp175 bool unused, gotBranch; in setPredecessors() local
179 &branchOffset, &unused); in setPredecessors()
/dalvik/vm/native/
Djava_lang_Class.cpp555 JValue unused; in Dalvik_java_lang_Class_newInstance() local
558 dvmCallMethod(self, init, newObj, &unused); in Dalvik_java_lang_Class_newInstance()
/dalvik/opcode-gen/
Dbytecode.txt148 # unused: op 3e..43
196 # unused: op 73
202 # unused: op 79..7a
346 # unused: op ff
/dalvik/dx/src/com/android/dx/ssa/
DSsaRenamer.java166 SsaBasicBlock unused) { in run()
DEscapeAnalysis.java694 SsaBasicBlock unused) { in run()
/dalvik/vm/compiler/codegen/mips/
DMipsLIR.h612 unsigned int unused:23; member
/dalvik/vm/compiler/codegen/arm/
DArmLIR.h772 unsigned int unused:23; member
/dalvik/libdex/
DDexFile.h247 u2 unused; member
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-armv5te.S522 add sp, #16 @ drop unused operands
566 add sp, #16 @ drop unused operands

12