Lines Matching refs:CompiledMethodStorage
57 inline const LengthPrefixedArray<T>* CompiledMethodStorage::AllocateOrDeduplicateArray( in AllocateOrDeduplicateArray()
70 inline void CompiledMethodStorage::ReleaseArrayIfNotDeduplicated( in ReleaseArrayIfNotDeduplicated()
78 class CompiledMethodStorage::DedupeHashFunc {
89 class CompiledMethodStorage::LengthPrefixedArrayAlloc {
107 class CompiledMethodStorage::ThunkMapKey {
128 class CompiledMethodStorage::ThunkMapValue {
147 CompiledMethodStorage::CompiledMethodStorage(int swap_fd) in CompiledMethodStorage() function in art::CompiledMethodStorage
160 CompiledMethodStorage::~CompiledMethodStorage() { in ~CompiledMethodStorage()
164 void CompiledMethodStorage::DumpMemoryUsage(std::ostream& os, bool extended) const { in DumpMemoryUsage()
177 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCode( in DeduplicateCode()
182 void CompiledMethodStorage::ReleaseCode(const LengthPrefixedArray<uint8_t>* code) { in ReleaseCode()
186 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateVMapTable( in DeduplicateVMapTable()
191 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable()
195 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCFIInfo( in DeduplicateCFIInfo()
200 void CompiledMethodStorage::ReleaseCFIInfo(const LengthPrefixedArray<uint8_t>* cfi_info) { in ReleaseCFIInfo()
204 const LengthPrefixedArray<linker::LinkerPatch>* CompiledMethodStorage::DeduplicateLinkerPatches( in DeduplicateLinkerPatches()
209 void CompiledMethodStorage::ReleaseLinkerPatches( in ReleaseLinkerPatches()
214 CompiledMethodStorage::ThunkMapKey CompiledMethodStorage::GetThunkMapKey( in GetThunkMapKey()
236 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode()
255 void CompiledMethodStorage::SetThunkCode(const linker::LinkerPatch& linker_patch, in SetThunkCode()