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

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java294 SourcePosition pos = method.makeSourcePosistion(offset);
339 insns.add(new PlainInsn(Rops.opMove(type), pos, scratch, src));
348 insns.add(new PlainInsn(Rops.opMove(type), pos,
376 insn = new ThrowingCstInsn(rop, pos, sources, catches,
382 insn = new PlainInsn(rop, pos, dimsReg, RegisterSpecList.EMPTY);
412 insn = new ThrowingCstInsn(Rops.GET_STATIC_OBJECT, pos,
420 insn = new ThrowingCstInsn(Rops.CONST_OBJECT, pos,
429 insn = new PlainInsn(rop, pos, classReg, RegisterSpecList.EMPTY);
445 pos, RegisterSpecList.make(classReg, dimsReg),
452 insn = new PlainInsn(rop, pos, objectRe
725 updateReturnOp(Rop op, SourcePosition pos) argument
[all...]
/dalvik/docs/
H A Dprettify.js281 var pos = html.indexOf('&');
282 if (pos < 0) { return html; }
286 for (--pos; (pos = html.indexOf('&#', pos + 1)) >= 0;) {
287 var end = html.indexOf(';', pos);
289 var num = html.substring(pos + 3, end);
297 html = (html.substring(0, pos) + String.fromCharCode(codePoint) +
388 var pos = 0;
395 out.push(plainText.substring(pos,
566 var pos = 0; // index into sourceCode variable
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 109 milliseconds