HomeSort by relevance Sort by last modified time
    Searched full:array_length (Results 126 - 150 of 186) sorted by null

1 2 3 4 56 7 8

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 201 public static final Dop ARRAY_LENGTH =
202 new Dop(Opcodes.ARRAY_LENGTH, Opcodes.ARRAY_LENGTH,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 325 dcl.intf.array_length = v >> 16;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 208 MAP.put(Rops.ARRAY_LENGTH, Dops.ARRAY_LENGTH);
DalvOps.java 67 public static final int ARRAY_LENGTH = 0x21;
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 3520 Register array_length = x4; local
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 194 public static final Info ARRAY_LENGTH =
195 new Info(Opcodes.ARRAY_LENGTH, "array-length",
    [all...]
Opcodes.java 77 public static final int ARRAY_LENGTH = 0x21;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 1182 int array_length = this.getNextValueAsInt(); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 194 public static final Info ARRAY_LENGTH =
195 new Info(Opcodes.ARRAY_LENGTH, "array-length",
    [all...]
  /art/compiler/sea_ir/ir/
instruction_tools.cc 128 // 21 ARRAY_LENGTH vA, vB
  /art/runtime/
common_throws.cc 489 case Instruction::ARRAY_LENGTH:
dex_instruction_list.h 54 V(0x21, ARRAY_LENGTH, "array-length", k12x, true, kNone, kContinue | kThrow, kVerifyRegA | kVerifyRegB) \
transaction_test.cc 76 TEST_F(TransactionTest, Array_length) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 134 for (unsigned int i = 0; i < ARRAY_LENGTH (ra_chars); i++)
549 for (unsigned int i = 1; i < ARRAY_LENGTH (indic_configs); i++)
566 for (unsigned int i = 0; i < ARRAY_LENGTH (indic_plan->mask_array); i++)
729 if (indic_plan->rphf.would_substitute (glyphs, ARRAY_LENGTH (glyphs), face))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itercoll.cpp 21 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])
tzregts.cpp 21 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0]))
    [all...]
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 21 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])
tzregts.cpp 21 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0]))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
array.so 
  /external/chromium_org/v8/src/
bootstrapper.cc 924 Handle<AccessorInfo> array_length = local
1690 Handle<AccessorInfo> array_length = local
    [all...]
code-stubs-hydrogen.cc 1224 HValue* array_length = Add<HLoadNamedField>( local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 134 for (unsigned int i = 0; i < ARRAY_LENGTH (ra_chars); i++)
550 for (unsigned int i = 1; i < ARRAY_LENGTH (indic_configs); i++)
567 for (unsigned int i = 0; i < ARRAY_LENGTH (indic_plan->mask_array); i++)
    [all...]
  /art/compiler/dex/
frontend.cc 191 Instruction::ARRAY_LENGTH,
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java 64 suite.addTestSuite(dot.junit.opcodes.array_length.Test_array_length.class);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 628 public static final Rop ARRAY_LENGTH =
629 new Rop(RegOps.ARRAY_LENGTH, Type.INT, StdTypeList.OBJECT,
    [all...]

Completed in 982 milliseconds

1 2 3 4 56 7 8