Searched refs:ValueType (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddex_file.h1318 enum ValueType { enum in class:art::EncodedStaticFieldValueIterator
1348 ValueType type_; // Type of current encoded value.
1352 std::ostream& operator<<(std::ostream& os, const EncodedStaticFieldValueIterator::ValueType& code);
H A Ddex_file.cc1211 type_ = static_cast<ValueType>(value_type & kEncodedValueTypeMask);
/art/compiler/optimizing/
H A Dnodes.h300 template <class InstructionType, typename ValueType>
301 InstructionType* CreateConstant(ValueType value,
302 ArenaSafeMap<ValueType, InstructionType*>* cache) {

Completed in 79 milliseconds