Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h82 using ThunkMap = std::map<ThunkMapKey, variable
86 static_assert(std::is_same<ThunkMapValueType, ThunkMap::value_type>::value, "Value type check.");
124 ThunkMap thunk_map_ GUARDED_BY(thunk_map_lock_);
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h118 using ThunkMap = SafeMap<ThunkKey, ThunkData, ThunkKeyCompare>; variable
119 ThunkMap thunks_;