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

  /art/compiler/driver/
compiled_method_storage.h 33 class CompiledMethodStorage {
35 explicit CompiledMethodStorage(int swap_fd);
36 ~CompiledMethodStorage();
103 DISALLOW_COPY_AND_ASSIGN(CompiledMethodStorage);
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...]

Completed in 76 milliseconds