Searched refs:CompiledMethodStorage (Results 1 – 9 of 9) sorted by relevance
/art/dex2oat/driver/ |
D | compiled_method_storage.cc | 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() [all …]
|
D | compiled_method.h | 31 class CompiledMethodStorage; variable 41 CompiledCode(CompiledMethodStorage* storage, 74 CompiledMethodStorage* GetStorage() { in GetStorage() 92 CompiledMethodStorage* const storage_; 105 CompiledMethod(CompiledMethodStorage* storage, 115 CompiledMethodStorage* storage, 122 static void ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, CompiledMethod* m);
|
D | compiled_method.cc | 24 CompiledCode::CompiledCode(CompiledMethodStorage* storage, in CompiledCode() 61 CompiledMethod::CompiledMethod(CompiledMethodStorage* storage, in CompiledMethod() 74 CompiledMethodStorage* storage, in SwapAllocCompiledMethod() 91 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, in ReleaseSwapAllocatedCompiledMethod() 99 CompiledMethodStorage* storage = GetStorage(); in ~CompiledMethod()
|
D | compiled_method_storage.h | 38 class CompiledMethodStorage final : public CompiledCodeStorage { 40 explicit CompiledMethodStorage(int swap_fd); 41 ~CompiledMethodStorage(); 139 DISALLOW_COPY_AND_ASSIGN(CompiledMethodStorage);
|
D | compiled_method_storage_test.cc | 25 TEST(CompiledMethodStorage, Deduplicate) { in TEST() argument 26 CompiledMethodStorage storage(/* swap_fd= */ -1); in TEST()
|
D | compiler_driver.h | 221 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage() 225 const CompiledMethodStorage* GetCompiledMethodStorage() const { in GetCompiledMethodStorage() 333 CompiledMethodStorage compiled_method_storage_;
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 29 class CompiledMethodStorage; variable 44 CompiledMethodStorage* storage); 144 explicit ThunkProvider(CompiledMethodStorage* storage) in ThunkProvider() 152 CompiledMethodStorage* storage_;
|
D | multi_oat_relative_patcher.cc | 38 CompiledMethodStorage* storage) in MultiOatRelativePatcher()
|
D | relative_patcher_test.h | 385 CompiledMethodStorage storage_;
|