Searched refs:ThunkMapValue (Results 1 – 2 of 2) sorted by relevance
80 class ThunkMapValue; variable81 using ThunkMapValueType = std::pair<const ThunkMapKey, ThunkMapValue>;83 ThunkMapValue,
128 class CompiledMethodStorage::ThunkMapValue { class in art::CompiledMethodStorage130 ThunkMapValue(std::vector<uint8_t, SwapAllocator<uint8_t>>&& code, in ThunkMapValue() function in art::CompiledMethodStorage::ThunkMapValue242 const ThunkMapValue& value = it->second; in GetThunkCode()262 ThunkMapValue value(std::move(code_copy), debug_name); in SetThunkCode()