Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h80 class ThunkMapValue; variable
81 using ThunkMapValueType = std::pair<const ThunkMapKey, ThunkMapValue>;
83 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
242 const ThunkMapValue& value = it->second; in GetThunkCode()
262 ThunkMapValue value(std::move(code_copy), debug_name); in SetThunkCode()