Searched defs:push (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DExecutionStack.java154 public void push(TypeBearer type) { method in class:ExecutionStack
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp267 /* Thumb push can handle lr, which is encoded by bit 8 */
1283 ArmLIR *push = (ArmLIR *) dvmCompilerNew(sizeof(ArmLIR), true); local
1284 push->opcode = kThumbPush;
1285 /* Thumb push can handle LR (encoded at bit 8) */
1286 push->operands[0] = (1 << r5FP | 1 << 8);
1287 setupResourceMasks(push);
1288 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) push);
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 102 milliseconds