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

/art/runtime/lambda/
H A Dbox_table.h90 using ValueType = GcRoot<mirror::Object>;
93 ValueType FindBoxedLambda(const ClosureType& closure) const
105 void MakeEmpty(std::pair<UnorderedMapKeyType, ValueType>& item) const
108 bool IsEmpty(const std::pair<UnorderedMapKeyType, ValueType>& item) const;
124 ValueType,
128 TrackingAllocator<std::pair<ClosureType, ValueType>,
H A Dbox_table.cc66 std::pair<UnorderedMapKeyType, ValueType>& key_value_pair = *map_iterator;
95 ValueType value = FindBoxedLambda(closure);
135 ValueType value = FindBoxedLambda(closure);
151 map_.Insert({closure_table_copy, ValueType(closure_as_array_object)});
196 BoxTable::ValueType BoxTable::FindBoxedLambda(const ClosureType& closure) const {
199 const std::pair<UnorderedMapKeyType, ValueType>& key_value_pair = *map_iterator;
200 const ValueType& value = key_value_pair.second;
206 return ValueType(nullptr);
229 std::pair<UnorderedMapKeyType, ValueType>& key_value_pair = *map_iterator;
231 const ValueType
[all...]
/art/runtime/
H A Ddex_file.h1557 enum ValueType { enum in class:art::EncodedStaticFieldValueIterator
1576 ValueType GetValueType() const { return type_; }
1586 ValueType type);
1598 ValueType type_; // Type of current encoded value.
1602 std::ostream& operator<<(std::ostream& os, const EncodedStaticFieldValueIterator::ValueType& code);
H A Ddex_file.cc2370 ValueType type)
2397 type_ = static_cast<ValueType>(value_type & kEncodedValueTypeMask);
/art/dexdump/
H A Ddexdump.cc1080 EncodedStaticFieldValueIterator::ValueType valueType,
1138 EncodedStaticFieldValueIterator::ValueType valueType,
1355 EncodedStaticFieldValueIterator::ValueType valueType =
/art/compiler/optimizing/
H A Dnodes.h525 template <class InstructionType, typename ValueType>
526 InstructionType* CreateConstant(ValueType value,
527 ArenaSafeMap<ValueType, InstructionType*>* cache,

Completed in 741 milliseconds