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 226 InductionInfo* CreateConstant(int64_t value, Primitive::Type type);
induction_var_analysis.cc 676 CreateConstant(0, type_),
    [all...]
nodes.h 519 return CreateConstant(value, &cached_int_constants_, dex_pc);
522 return CreateConstant(value, &cached_long_constants_, dex_pc);
525 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
528 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc);
594 InstructionType* CreateConstant(ValueType value,
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 64 milliseconds