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

  /art/runtime/
intern_table.h 53 class InternTable {
55 InternTable();
intern_table.cc 31 InternTable::InternTable()
37 size_t InternTable::Size() const {
42 size_t InternTable::StrongSize() const {
47 size_t InternTable::WeakSize() const {
52 void InternTable::DumpForSigQuit(std::ostream& os) const {
56 void InternTable::VisitRoots(RootCallback* callback, void* arg, VisitRootFlags flags) {
85 mirror::String* InternTable::LookupStrong(mirror::String* s) {
89 mirror::String* InternTable::LookupWeak(mirror::String* s) {
93 void InternTable::SwapPostZygoteWithPreZygote()
    [all...]
  /external/llvm/include/llvm/Support/
StringPool.h 59 table_t InternTable;
72 inline bool empty() const { return InternTable.empty(); }
108 S->getValue().Pool->InternTable.remove(S);

Completed in 407 milliseconds