Searched
full:load (Results
551 -
575 of
4099) sorted by null
<<21222324252627282930>>
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
MappedPlatformAddress.java | 31 osMemory.load(osaddr, size);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/ |
GeneralDigest.java | 84 // load in the remainder.
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
DocumentGeteEementById.java | 67 doc = (Document) load("staffNS", builder);
|
DocumentTypeInternalSubset.java | 70 doc = (Document) load("staffNS", builder);
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 107 @ argv can't go into r0-r3 because we need to use it to load those. 137 @ Load the last two args. These are coming out of the interpreted stack, 139 @ safe to load two items out of argv even if we're at the end. 143 @ Show time. Tuck the pc into lr and load the pc from the method
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Factory.c | 133 * Load a immediate using a shortcut if possible; otherwise 205 * Load an immediate value into a fixed or temp register. Target 683 ArmLIR *load; local 707 load = newLIR3(cUnit, opCode, rDest, regPtr, 0); 710 load->branchInsertSV = true; 712 return load; 732 load = newLIR3(cUnit, opCode, rDest, rBase, rIndex); 734 load = newLIR4(cUnit, opCode, rDest, rBase, rIndex, scale); 738 load->branchInsertSV = true; 740 return load; 818 ArmLIR *res, *load; local [all...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMP_LONG.S | 5 * We load the full values with LDM, but in practice many values could
|
/dalvik/vm/mterp/armv4t/ |
OP_IGET_WIDE.S | 40 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_IPUT_WIDE.S | 36 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_SPUT_WIDE.S | 18 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
/dalvik/vm/mterp/armv5te/ |
OP_APUT_OBJECT.S | 40 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_IGET_WIDE.S | 39 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_IPUT.S | 43 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_IPUT_WIDE.S | 36 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_MUL_LONG.S | 34 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_SHL_LONG.S | 24 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_SHR_LONG.S | 24 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_USHR_LONG.S | 24 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
binop.S | 29 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
binop2addr.S | 26 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
|
binopLit8.S | 25 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
binopWide.S | 31 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
binopWide2addr.S | 28 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
|
/dalvik/vm/mterp/armv6t2/ |
OP_IGET_WIDE.S | 38 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
OP_IPUT.S | 42 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
Completed in 74 milliseconds
<<21222324252627282930>>