Home
last modified time | relevance | path

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

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