HomeSort by relevance Sort by last modified time
    Searched refs:NEW_ARRAY (Results 26 - 44 of 44) sorted by null

12

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 711 if ((rop.getOpcode() == RegOps.NEW_ARRAY) &&
712 (opcode.getOpcode() != DalvOps.NEW_ARRAY)) {
DalvOps.java 69 public static final int NEW_ARRAY = 0x23;
Dops.java 203 public static final Dop NEW_ARRAY =
204 new Dop(DalvOps.NEW_ARRAY, DalvOps.NEW_ARRAY,
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 506 if (ropOpcode == RegOps.NEW_ARRAY) {
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 82 // Opcodes.NEW_ARRAY
443 * Note: No map entries for invoke*, new_array, and
473 * The move_exception, new_array, filled_new_array, and
493 case RegOps.NEW_ARRAY: return Dops.NEW_ARRAY;
RopTranslator.java 718 if ((rop.getOpcode() == RegOps.NEW_ARRAY) &&
719 (opcode.getOpcode() != Opcodes.NEW_ARRAY)) {
Dops.java 209 public static final Dop NEW_ARRAY =
210 new Dop(Opcodes.NEW_ARRAY, Opcodes.NEW_ARRAY,
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 168 case Opcodes.NEW_ARRAY:
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 79 public static final int NEW_ARRAY = 0x23;
OpcodeInfo.java 202 public static final Info NEW_ARRAY =
203 new Info(Opcodes.NEW_ARRAY, "new-array",
    [all...]
  /external/icu4c/samples/layout/
cgnomelayout.c 226 Context *context = NEW_ARRAY(Context, 1);
clayout.c 145 context = NEW_ARRAY(Context, 1);
  /external/icu4c/test/intltest/
csdetest.cpp 30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type))
133 bytes = NEW_ARRAY(char, length + 1);
205 decoded = NEW_ARRAY(UChar, testLength);
280 UChar *detected = NEW_ARRAY(UChar, sLength);
ssearch.cpp 59 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
395 resolvedFileName = NEW_ARRAY(char, len);
431 UChar *pattern = NEW_ARRAY(UChar, plen);
    [all...]
  /external/srec/portable/src/
phashtable.c 106 tmp->entries = NEW_ARRAY(PHashTableEntry *, tmp->args.capacity, memTag);
  /external/icu4c/test/cintltst/
ucsdetst.c 21 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
75 char *bytes = NEW_ARRAY(char, byteCount + 1);
  /external/srec/srec/crec/
srec_context.c 625 char* tmp_chars = NEW_ARRAY(char, offset, L("srec.g2g.graph.wordmap.chars"));
686 char* tmp_chars = NEW_ARRAY(char, tmp_max_chars, L("srec.g2g.graph.wordmap.chars"));
789 tmp_chars = NEW_ARRAY(char, tmp_max_chars, L("srec.g2g.graph.wordmap.chars"));
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 267 case RegOps.NEW_ARRAY:
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 422 milliseconds

12