Searched refs:Table (Results 1 – 9 of 9) sorted by relevance
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
56 TrackingAllocator<GcRoot<mirror::Object>, kAllocatorTagReferenceTable>> Table; typedef57 static void Dump(std::ostream& os, Table& entries)62 Table entries_;
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
294 void InternTable::Table::Remove(mirror::String* s) { in Remove()305 mirror::String* InternTable::Table::Find(mirror::String* s) { in Find()318 void InternTable::Table::SwapPostZygoteWithPreZygote() { in SwapPostZygoteWithPreZygote()324 void InternTable::Table::Insert(mirror::String* s) { in Insert()330 void InternTable::Table::VisitRoots(RootCallback* callback, void* arg) { in VisitRoots()339 void InternTable::Table::SweepWeaks(IsMarkedCallback* callback, void* arg) { in SweepWeaks()344 void InternTable::Table::SweepWeaks(UnorderedSet* set, IsMarkedCallback* callback, void* arg) { in SweepWeaks()358 size_t InternTable::Table::Size() const { in Size()
118 class Table {202 Table strong_interns_ GUARDED_BY(Locks::intern_table_lock_);208 Table weak_interns_ GUARDED_BY(Locks::intern_table_lock_);
347 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table; typedef353 Table oat_dex_files_;362 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
151 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump()200 Table sorted_entries; in Dump()
252 ReferenceTable::Table entries; in Dump()
733 Table; typedef736 Table class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);737 Table pre_zygote_class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);