HomeSort by relevance Sort by last modified time
    Searched refs:CompiledMethodStorage (Results 1 - 6 of 6) sorted by null

  /art/compiler/driver/
compiled_method_storage.cc 54 inline const LengthPrefixedArray<T>* CompiledMethodStorage::AllocateOrDeduplicateArray(
67 inline void CompiledMethodStorage::ReleaseArrayIfNotDeduplicated(
75 class CompiledMethodStorage::DedupeHashFunc {
153 class CompiledMethodStorage::LengthPrefixedArrayAlloc {
171 CompiledMethodStorage::CompiledMethodStorage(int swap_fd)
184 CompiledMethodStorage::~CompiledMethodStorage() {
188 void CompiledMethodStorage::DumpMemoryUsage(std::ostream& os, bool extended) const {
201 const LengthPrefixedArray<uint8_t>* CompiledMethodStorage::DeduplicateCode
    [all...]
compiled_method_storage.h 34 class CompiledMethodStorage {
36 explicit CompiledMethodStorage(int swap_fd);
37 ~CompiledMethodStorage();
104 DISALLOW_COPY_AND_ASSIGN(CompiledMethodStorage);
compiled_method_storage_test.cc 28 TEST(CompiledMethodStorage, Deduplicate) {
49 CompiledMethodStorage* storage = driver.GetCompiledMethodStorage();
compiler_driver.h 464 CompiledMethodStorage* GetCompiledMethodStorage() {
707 CompiledMethodStorage compiled_method_storage_;
  /art/compiler/
compiled_method.cc 155 CompiledMethodStorage* storage = GetCompilerDriver()->GetCompiledMethodStorage();
compiled_method.h 34 class CompiledMethodStorage;

Completed in 335 milliseconds