Searched refs:ThunkMapValueType (Results 1 – 2 of 2) sorted by relevance
81 using ThunkMapValueType = std::pair<const ThunkMapKey, ThunkMapValue>; variable85 SwapAllocator<ThunkMapValueType>>;86 static_assert(std::is_same<ThunkMapValueType, ThunkMap::value_type>::value, "Value type check.");
157 thunk_map_(std::less<ThunkMapKey>(), SwapAllocator<ThunkMapValueType>(swap_space_.get())) { in CompiledMethodStorage()