Home
last modified time | relevance | path

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

/art/compiler/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_storage.h36 class CompiledMethodStorage {
38 explicit CompiledMethodStorage(int swap_fd);
39 ~CompiledMethodStorage();
126 DISALLOW_COPY_AND_ASSIGN(CompiledMethodStorage);
Dcompiled_method_storage_test.cc25 TEST(CompiledMethodStorage, Deduplicate) { in TEST() argument
26 CompiledMethodStorage storage(/* swap_fd= */ -1); in TEST()
/art/compiler/
Dcompiled_method.h31 class CompiledMethodStorage; variable
41 CompiledCode(CompiledMethodStorage* storage,
80 CompiledMethodStorage* GetStorage() { in GetStorage()
98 CompiledMethodStorage* const storage_;
111 CompiledMethod(CompiledMethodStorage* storage,
121 CompiledMethodStorage* storage,
128 static void ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, CompiledMethod* m);
Dcompiler.h42 class CompiledMethodStorage; variable
56 CompiledMethodStorage* storage,
102 CompiledMethodStorage* storage, in Compiler()
113 CompiledMethodStorage* GetCompiledMethodStorage() const { in GetCompiledMethodStorage()
119 CompiledMethodStorage* const storage_;
Dcompiled_method.cc24 CompiledCode::CompiledCode(CompiledMethodStorage* storage, in CompiledCode()
97 CompiledMethod::CompiledMethod(CompiledMethodStorage* storage, in CompiledMethod()
110 CompiledMethodStorage* storage, in SwapAllocCompiledMethod()
127 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, in ReleaseSwapAllocatedCompiledMethod()
135 CompiledMethodStorage* storage = GetStorage(); in ~CompiledMethod()
Dcompiler.cc31 CompiledMethodStorage* storage, in Create()
Dcommon_compiler_test.cc188 CompiledMethodStorage storage(/*swap_fd=*/ -1); in CompileMethod()
/art/compiler/optimizing/
Doptimizing_compiler.h27 class CompiledMethodStorage; variable
32 CompiledMethodStorage* storage);
Doptimizing_compiler.cc272 CompiledMethodStorage* storage);
418 CompiledMethodStorage* storage) in OptimizingCompiler()
709 CompiledMethodStorage* storage = GetCompiledMethodStorage(); in Emit()
1198 CompiledMethodStorage* storage) { in CreateOptimizingCompiler()
/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.h384 CompiledMethodStorage storage_;
/art/dex2oat/driver/
Dcompiler_driver.h224 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage()
337 CompiledMethodStorage compiled_method_storage_;