HomeSort by relevance Sort by last modified time
    Searched defs:InternTable (Results 1 - 3 of 3) sorted by null

  /art/runtime/
intern_table.h 55 class InternTable {
57 InternTable();
281 DISALLOW_COPY_AND_ASSIGN(InternTable);
intern_table.cc 35 InternTable::InternTable()
42 size_t InternTable::Size() const {
47 size_t InternTable::StrongSize() const {
52 size_t InternTable::WeakSize() const {
57 void InternTable::DumpForSigQuit(std::ostream& os) const {
61 void InternTable::VisitRoots(RootVisitor* visitor, VisitRootFlags flags) {
90 mirror::String* InternTable::LookupWeak(Thread* self, mirror::String* s) {
95 mirror::String* InternTable::LookupStrong(Thread* self, mirror::String* s) {
100 mirror::String* InternTable::LookupStrong(Thread* self
    [all...]
  /external/llvm/include/llvm/Support/
StringPool.h 57 table_t InternTable;
70 inline bool empty() const { return InternTable.empty(); }
106 S->getValue().Pool->InternTable.remove(S);

Completed in 196 milliseconds