Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiled_method_storage.h94 using ThunkMapValueType = std::pair<const ThunkMapKey, ThunkMapValue>; variable
98 SwapAllocator<ThunkMapValueType>>;
99 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()