Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 9 of 9) sorted by relevance

/art/runtime/verifier/
Ddex_gc_map.h59 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/
Dreference_table.h56 TrackingAllocator<GcRoot<mirror::Object>, kAllocatorTagReferenceTable>> Table; typedef
57 static void Dump(std::ostream& os, Table& entries)
62 Table entries_;
Dgc_map.h42 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
Dintern_table.cc294 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()
Dintern_table.h118 class Table {
202 Table strong_interns_ GUARDED_BY(Locks::intern_table_lock_);
208 Table weak_interns_ GUARDED_BY(Locks::intern_table_lock_);
Doat_file.h347 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_);
Dreference_table.cc151 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump()
200 Table sorted_entries; in Dump()
Dindirect_reference_table.cc252 ReferenceTable::Table entries; in Dump()
Dclass_linker.h733 Table; typedef
736 Table class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);
737 Table pre_zygote_class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);