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_;
Dintern_table.h89 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_);
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
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()
Dintern_table.cc102 mirror::String* InternTable::Lookup(Table* table, mirror::String* s) { in Lookup()
144 void InternTable::Remove(Table* table, mirror::String* s) { in Remove()
Dindirect_reference_table.cc273 ReferenceTable::Table entries; in Dump()
Dclass_linker.h683 typedef AllocationTrackingMultiMap<size_t, GcRoot<mirror::Class>, kAllocatorTagClassTable> Table; typedef
686 Table class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);