Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiled_method_storage.h93 class ThunkMapValue; variable
94 using ThunkMapValueType = std::pair<const ThunkMapKey, ThunkMapValue>;
96 ThunkMapValue,
Dcompiled_method_storage.cc128 class CompiledMethodStorage::ThunkMapValue { class in art::CompiledMethodStorage
130 ThunkMapValue(std::vector<uint8_t, SwapAllocator<uint8_t>>&& code, in ThunkMapValue() function in art::CompiledMethodStorage::ThunkMapValue
277 const ThunkMapValue& value = it->second; in GetThunkCode()
297 ThunkMapValue value(std::move(code_copy), debug_name); in SetThunkCode()