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

  /art/compiler/optimizing/
induction_var_analysis.h 205 InductionInfo* CreateConstant(int64_t value, Primitive::Type type);
induction_var_analysis.cc 429 return TransferMul(a, CreateConstant(1 << value, type));
690 trip_count = CreateInvariantOp(kSub, trip_count, CreateConstant(1, type));
692 trip_count = CreateInvariantOp(kAdd, trip_count, CreateConstant(1, type));
    [all...]
nodes.h 473 return CreateConstant(value, &cached_int_constants_, dex_pc);
476 return CreateConstant(value, &cached_long_constants_, dex_pc);
479 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
482 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc);
526 InstructionType* CreateConstant(ValueType value,
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 133 milliseconds