Searched defs:result (Results 1 - 25 of 94) sorted by relevance

1234

/dalvik/libdex/
H A DLeb128.cpp35 int result = readUnsignedLeb128(pStream); local
42 return result;
57 int result = readSignedLeb128(pStream); local
64 return result;
H A DLeb128.h33 int result = *(ptr++); local
35 if (result > 0x7f) {
37 result = (result & 0x7f) | ((cur & 0x7f) << 7);
40 result |= (cur & 0x7f) << 14;
43 result |= (cur & 0x7f) << 21;
51 result |= cur << 28;
58 return result;
68 int result = *(ptr++); local
70 if (result <
[all...]
H A DCmdUtils.cpp41 UnzipToFileResult result = kUTFRSuccess; local
53 result = kUTFRNotZip;
61 result = kUTFROutputFileProblem;
73 result = kUTFRNoClassesDex;
80 result = kUTFRBadZip;
87 if (unlinkOnFailure && result != kUTFRSuccess)
90 return result;
114 UnzipToFileResult result = kUTFRGenericFailure; local
125 result = kUTFRBadArgs;
154 result
[all...]
H A DDexClass.cpp96 * function allocates a single chunk of memory for the result, which
109 DexClassData* result = (DexClassData*) malloc(sizeof(DexClassData)); local
110 memset(result, 0, sizeof(*result));
111 return result;
124 DexClassData* result = (DexClassData*) malloc(resultSize); local
125 u1* ptr = ((u1*) result) + sizeof(DexClassData);
129 if (result == NULL) {
133 result->header = header;
136 result
[all...]
/dalvik/tests/023-many-interfaces/
H A Diface-gen.c49 int result; local
51 result = createFiles(100);
53 return (result != 0);
/dalvik/vm/native/
H A Ddalvik_bytecode_OpcodeInfo.cpp36 bool result = (flags & kInstrInvoke) != 0; local
37 RETURN_BOOLEAN(result);
H A Djava_lang_reflect_Proxy.cpp37 ClassObject* result; local
39 result = dvmGenerateProxyClass(str, interfaces, loader);
40 RETURN_PTR(result);
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp49 ArrayObject* result = dvmDdmGenerateThreadStats(); local
50 dvmReleaseTrackedAlloc((Object*) result, NULL);
51 RETURN_PTR(result);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DCstInsn.java34 * @param result {@code null-ok;} spec for the result, if any
38 public CstInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
40 super(opcode, position, result, sources);
H A DPlainCstInsn.java35 * @param result {@code null-ok;} spec for the result, if any
40 RegisterSpec result, RegisterSpecList sources,
42 super(opcode, position, result, sources, cst);
78 public Insn withNewRegisters(RegisterSpec result, argument
82 result,
39 PlainCstInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources, Constant cst) argument
H A DPlainInsn.java36 * @param result {@code null-ok;} spec for the result, if any
40 RegisterSpec result, RegisterSpecList sources) {
41 super(opcode, position, result, sources);
50 if (result != null && opcode.getBranchingness() != Rop.BRANCH_NONE) {
51 // move-result-pseudo is required here
53 ("can't mix branchingness with result");
62 * @param result {@code null-ok;} spec for the result, if any
65 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
39 PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources) argument
132 withNewRegisters(RegisterSpec result, RegisterSpecList sources) argument
[all...]
H A DFillArrayDataInsn.java110 public Insn withNewRegisters(RegisterSpec result, argument
H A DSwitchInsn.java37 * @param result {@code null-ok;} spec for the result, if any
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
43 super(opcode, position, result, sources);
102 public Insn withNewRegisters(RegisterSpec result, argument
106 result,
H A DThrowingCstInsn.java95 public Insn withNewRegisters(RegisterSpec result, argument
H A DThrowingInsn.java113 public Insn withNewRegisters(RegisterSpec result, argument
/dalvik/dx/src/com/android/dx/rop/code/
H A DCstInsn.java34 * @param result {@code null-ok;} spec for the result, if any
38 public CstInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
40 super(opcode, position, result, sources);
H A DPlainCstInsn.java35 * @param result {@code null-ok;} spec for the result, if any
40 RegisterSpec result, RegisterSpecList sources,
42 super(opcode, position, result, sources, cst);
78 public Insn withNewRegisters(RegisterSpec result, argument
82 result,
39 PlainCstInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources, Constant cst) argument
H A DPlainInsn.java37 * @param result {@code null-ok;} spec for the result, if any
41 RegisterSpec result, RegisterSpecList sources) {
42 super(opcode, position, result, sources);
51 if (result != null && opcode.getBranchingness() != Rop.BRANCH_NONE) {
52 // move-result-pseudo is required here
54 ("can't mix branchingness with result");
63 * @param result {@code null-ok;} spec for the result, if any
66 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
40 PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpecList sources) argument
149 withNewRegisters(RegisterSpec result, RegisterSpecList sources) argument
[all...]
H A DFillArrayDataInsn.java109 public Insn withNewRegisters(RegisterSpec result, argument
H A DSwitchInsn.java37 * @param result {@code null-ok;} spec for the result, if any
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
43 super(opcode, position, result, sources);
102 public Insn withNewRegisters(RegisterSpec result, argument
106 result,
H A DThrowingCstInsn.java100 public Insn withNewRegisters(RegisterSpec result, argument
H A DThrowingInsn.java113 public Insn withNewRegisters(RegisterSpec result, argument
/dalvik/vm/hprof/
H A DHprof.cpp134 int result; local
135 result = sysWriteFully(outFd, headCtx->fileDataPtr,
137 result |= sysWriteFully(outFd, tailCtx->fileDataPtr,
140 if (result != 0) {
/dalvik/dx/src/com/android/dx/ssa/
H A DSsaConverter.java44 SsaMethod result
47 edgeSplit(result);
49 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result);
51 placePhiFunctions(result, localInfo, 0);
52 new SsaRenamer(result).run();
58 result.makeExitBlock();
60 return result;
87 SsaMethod result;
89 result = SsaMethod.newFromRopMethod(rmeth, paramWidth, isStatic);
91 edgeSplit(result);
133 edgeSplit(SsaMethod result) argument
145 edgeSplitPredecessors(SsaMethod result) argument
231 edgeSplitSuccessors(SsaMethod result) argument
[all...]
/dalvik/vm/
H A DAtomic.cpp219 int result; local
226 result = 0;
228 result = 1;
231 return result;
236 int64_t result; local
240 result = *addr;
242 return result;

Completed in 1485 milliseconds

1234