Home
last modified time | relevance | path

Searched refs:CompiledMethodStorage (Results 1 – 9 of 9) sorted by relevance

/art/dex2oat/driver/
Dcompiled_method_storage.cc57 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 …]
Dcompiled_method.h31 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);
Dcompiled_method.cc24 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()
Dcompiled_method_storage.h38 class CompiledMethodStorage final : public CompiledCodeStorage {
40 explicit CompiledMethodStorage(int swap_fd);
41 ~CompiledMethodStorage();
139 DISALLOW_COPY_AND_ASSIGN(CompiledMethodStorage);
Dcompiled_method_storage_test.cc25 TEST(CompiledMethodStorage, Deduplicate) { in TEST() argument
26 CompiledMethodStorage storage(/* swap_fd= */ -1); in TEST()
Dcompiler_driver.h221 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage()
225 const CompiledMethodStorage* GetCompiledMethodStorage() const { in GetCompiledMethodStorage()
333 CompiledMethodStorage compiled_method_storage_;
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h29 class CompiledMethodStorage; variable
44 CompiledMethodStorage* storage);
144 explicit ThunkProvider(CompiledMethodStorage* storage) in ThunkProvider()
152 CompiledMethodStorage* storage_;
Dmulti_oat_relative_patcher.cc38 CompiledMethodStorage* storage) in MultiOatRelativePatcher()
Drelative_patcher_test.h385 CompiledMethodStorage storage_;