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

  /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);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
StringPool.h 58 table_t InternTable;
71 inline bool empty() const { return InternTable.empty(); }
107 S->getValue().Pool->InternTable.remove(S);
  /art/runtime/
intern_table.h 60 class InternTable {
110 InternTable();
234 friend class InternTable;
279 friend class InternTable;
342 DISALLOW_COPY_AND_ASSIGN(InternTable);
intern_table.cc 38 InternTable::InternTable()
44 size_t InternTable::Size() const {
49 size_t InternTable::StrongSize() const {
54 size_t InternTable::WeakSize() const {
59 void InternTable::DumpForSigQuit(std::ostream& os) const {
63 void InternTable::VisitRoots(RootVisitor* visitor, VisitRootFlags flags) {
92 ObjPtr<mirror::String> InternTable::LookupWeak(Thread* self, ObjPtr<mirror::String> s) {
97 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, ObjPtr<mirror::String> s) {
102 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self
    [all...]

Completed in 88 milliseconds