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

  /art/compiler/optimizing/
nodes.h 267 return CreateConstant(value, &cached_int_constants_);
270 return CreateConstant(value, &cached_long_constants_);
273 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_);
276 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_);
301 InstructionType* CreateConstant(ValueType value,
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 159 milliseconds