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

/art/runtime/verifier/
H A Ddex_gc_map.h59 return Table()[entry_offset];
61 return Table()[entry_offset] | (Table()[entry_offset + 1] << 8);
68 return &Table()[entry_offset + DexPcWidth()];
80 // Table of num_entries * (dex pc, bitmap)
81 const uint8_t* Table() const { function in class:art::verifier::DexPcToReferenceMap
/art/runtime/
H A Dgc_map.h42 return &Table()[entry_offset + NativeOffsetWidth()];
50 result |= Table()[entry_offset + i] << (i * 8);
92 const uint8_t* Table() const { function in class:art::NativePcOffsetToReferenceMap
H A Dreference_table.h56 TrackingAllocator<GcRoot<mirror::Object>, kAllocatorTagReferenceTable>> Table; typedef in class:art::ReferenceTable
57 static void Dump(std::ostream& os, Table& entries)
62 Table entries_;
H A Dintern_table.h89 TrackingAllocator<GcRoot<mirror::String>, kAllocatorTagInternTable>> Table; typedef in class:art::InternTable
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_);
H A Doat_file.h347 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table; typedef in class:art::OatFile
353 Table oat_dex_files_;
362 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
H A Dreference_table.cc151 void ReferenceTable::Dump(std::ostream& os, Table& entries) {
200 Table sorted_entries;
H A Dintern_table.cc102 mirror::String* InternTable::Lookup(Table* table, mirror::String* s) {
144 void InternTable::Remove(Table* table, mirror::String* s) {
H A Dindirect_reference_table.cc273 ReferenceTable::Table entries;
H A Dclass_linker.h683 typedef AllocationTrackingMultiMap<size_t, GcRoot<mirror::Class>, kAllocatorTagClassTable> Table; typedef in class:art::ClassLinker
686 Table class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);

Completed in 713 milliseconds