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 size_t CompiledMethodStorage::UniqueCodeEntries() const { in UniqueCodeEntries()
191 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateVMapTable( in DeduplicateVMapTable()
196 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable()
200 size_t CompiledMethodStorage::UniqueVMapTableEntries() const { in UniqueVMapTableEntries()
205 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCFIInfo( in DeduplicateCFIInfo()
210 void CompiledMethodStorage::ReleaseCFIInfo(const LengthPrefixedArray<uint8_t>* cfi_info) { in ReleaseCFIInfo()
214 size_t CompiledMethodStorage::UniqueCFIInfoEntries() const { in UniqueCFIInfoEntries()
219 const LengthPrefixedArray<linker::LinkerPatch>* CompiledMethodStorage::DeduplicateLinkerPatches( in DeduplicateLinkerPatches()
224 void CompiledMethodStorage::ReleaseLinkerPatches( in ReleaseLinkerPatches()
229 size_t CompiledMethodStorage::UniqueLinkerPatchesEntries() const { in UniqueLinkerPatchesEntries()
234 CompiledMethodStorage::ThunkMapKey CompiledMethodStorage::GetThunkMapKey( in GetThunkMapKey()
256 CompiledMethod* CompiledMethodStorage::CreateCompiledMethod( in CreateCompiledMethod()
271 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode()
290 void CompiledMethodStorage::SetThunkCode(const linker::LinkerPatch& linker_patch, in SetThunkCode()