Searched refs:Table (Results 1 – 9 of 9) sorted by relevance
/art/runtime/verifier/ |
D | dex_gc_map.h | 59 return Table()[entry_offset]; in GetDexPc() 61 return Table()[entry_offset] | (Table()[entry_offset + 1] << 8); in GetDexPc() 68 return &Table()[entry_offset + DexPcWidth()]; in GetBitMap() 81 const uint8_t* Table() const { in Table() function
|
/art/runtime/ |
D | reference_table.h | 56 TrackingAllocator<GcRoot<mirror::Object>, kAllocatorTagReferenceTable>> Table; typedef 57 static void Dump(std::ostream& os, Table& entries) 62 Table entries_;
|
D | intern_table.h | 89 TrackingAllocator<GcRoot<mirror::String>, kAllocatorTagInternTable>> Table; typedef 99 mirror::String* Lookup(Table* table, mirror::String* s) 111 void Remove(Table* table, mirror::String* s) 135 Table strong_interns_ GUARDED_BY(Locks::intern_table_lock_); 141 Table weak_interns_ GUARDED_BY(Locks::intern_table_lock_);
|
D | gc_map.h | 42 return &Table()[entry_offset + NativeOffsetWidth()]; in GetBitMap() 50 result |= Table()[entry_offset + i] << (i * 8); in GetNativePcOffset() 92 const uint8_t* Table() const { in Table() function
|
D | oat_file.h | 347 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table; typedef 353 Table oat_dex_files_; 362 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
|
D | reference_table.cc | 151 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump() 200 Table sorted_entries; in Dump()
|
D | intern_table.cc | 102 mirror::String* InternTable::Lookup(Table* table, mirror::String* s) { in Lookup() 144 void InternTable::Remove(Table* table, mirror::String* s) { in Remove()
|
D | indirect_reference_table.cc | 273 ReferenceTable::Table entries; in Dump()
|
D | class_linker.h | 683 typedef AllocationTrackingMultiMap<size_t, GcRoot<mirror::Class>, kAllocatorTagClassTable> Table; typedef 686 Table class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);
|