Searched defs:InternTable (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dintern_table.h40 class InternTable { class in namespace:art
42 InternTable();
H A Dintern_table.cc30 InternTable::InternTable() function in class:art::InternTable
31 : intern_table_lock_("InternTable lock"), is_dirty_(false), allow_new_interns_(true),
35 size_t InternTable::Size() const {
40 void InternTable::DumpForSigQuit(std::ostream& os) const {
46 void InternTable::VisitRoots(RootVisitor* visitor, void* arg,
61 mirror::String* InternTable::Lookup(Table& table, mirror::String* s,
73 mirror::String* InternTable::Insert(Table& table, mirror::String* s,
80 void InternTable::Remove(Table& table, const mirror::String* s,
116 void InternTable
[all...]

Completed in 46 milliseconds