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.h57 TrackingAllocator<GcRoot<mirror::Object>, kAllocatorTagReferenceTable>> Table; typedef
58 static void Dump(std::ostream& os, Table& entries)
63 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.cc334 size_t InternTable::Table::ReadIntoPreZygoteTable(const uint8_t* ptr) { in ReadIntoPreZygoteTable()
341 size_t InternTable::Table::WriteFromPostZygoteTable(uint8_t* ptr) { in WriteFromPostZygoteTable()
345 void InternTable::Table::Remove(mirror::String* s) { in Remove()
356 mirror::String* InternTable::Table::Find(mirror::String* s) { in Find()
369 void InternTable::Table::SwapPostZygoteWithPreZygote() { in SwapPostZygoteWithPreZygote()
379 void InternTable::Table::Insert(mirror::String* s) { in Insert()
385 void InternTable::Table::VisitRoots(RootVisitor* visitor) { in VisitRoots()
396 void InternTable::Table::SweepWeaks(IsMarkedCallback* callback, void* arg) { in SweepWeaks()
401 void InternTable::Table::SweepWeaks(UnorderedSet* set, IsMarkedCallback* callback, void* arg) { in SweepWeaks()
415 size_t InternTable::Table::Size() const { in Size()
Dintern_table.h133 class Table {
231 Table strong_interns_ GUARDED_BY(Locks::intern_table_lock_);
237 Table weak_interns_ GUARDED_BY(Locks::intern_table_lock_);
Doat_file.h335 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table; typedef
341 Table oat_dex_files_;
350 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
Dreference_table.cc118 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump()
200 Table sorted_entries; in Dump()
Dclass_linker.h735 Table; typedef
738 Table class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);
739 Table pre_zygote_class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);
Dindirect_reference_table.cc282 ReferenceTable::Table entries; in Dump()