Home
last modified time | relevance | path

Searched refs:ThunkMapValueType (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage.h81 using ThunkMapValueType = std::pair<const ThunkMapKey, ThunkMapValue>; variable
85 SwapAllocator<ThunkMapValueType>>;
86 static_assert(std::is_same<ThunkMapValueType, ThunkMap::value_type>::value, "Value type check.");
Dcompiled_method_storage.cc157 thunk_map_(std::less<ThunkMapKey>(), SwapAllocator<ThunkMapValueType>(swap_space_.get())) { in CompiledMethodStorage()