HomeSort by relevance Sort by last modified time
    Searched refs:constant2 (Results 1 - 5 of 5) sorted by null

  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
FibonacciMaker.java 44 Local<Integer> constant2 = code.newLocal(TypeId.INT); local
52 code.loadConstant(constant2, 2);
54 code.compare(Comparison.LT, baseCase, i, constant2);
56 code.op(BinaryOp.SUBTRACT, b, i, constant2);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 336 // is true of the helper functions constant0, constant1, and constant2.)
382 constant2(const _Result& __val) { function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function.h 336 // is true of the helper functions constant0, constant1, and constant2.)
382 constant2(const _Result& __val) { function
  /art/compiler/optimizing/
register_allocator_test.cc 699 HInstruction* constant2 = graph->GetIntConstant(2); local
707 *second_sub = new (allocator) HSub(Primitive::kPrimInt, *first_sub, constant2);
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_dct_16_gcc.s 61 ldr lr,constant2
425 constant2: label

Completed in 4881 milliseconds