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

  /art/runtime/
dex_file_verifier.h 120 AllocationTrackingSafeMap<uint32_t, uint16_t, kAllocatorTagDexFileVerifier> offset_to_type_map_;
oat_file.h 347 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table;
safe_map.h 135 class AllocationTrackingSafeMap : public SafeMap<
runtime.h 620 typedef AllocationTrackingSafeMap<jobject, std::vector<const DexFile*>,
jni_internal.cc 551 AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibrarires> libraries_;
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.h 129 AllocationTrackingSafeMap<const byte*, std::vector<mirror::HeapReference<mirror::Object>*>,
  /art/runtime/verifier/
register_line.h 358 AllocationTrackingSafeMap<uint32_t, uint32_t, kAllocatorTagVerifier> reg_to_lock_depths_;
  /art/runtime/gc/
heap.h     [all...]

Completed in 134 milliseconds