HomeSort by relevance Sort by last modified time
    Searched refs:GetInternTable (Results 1 - 12 of 12) sorted by null

  /art/runtime/mirror/
string.cc 425 return Runtime::Current()->GetInternTable()->InternWeak(this);
  /art/runtime/
runtime.h 260 InternTable* GetInternTable() const {
runtime.cc 571 GetInternTable()->SweepInternTableWeaks(visitor);
    [all...]
transaction.cc 255 InternTable* const intern_table = Runtime::Current()->GetInternTable();
class_linker.h 516 InternTable* GetInternTable() const {
    [all...]
class_linker.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 513 runtime->GetInternTable()->VisitRoots(&visitor, kVisitRootFlagAllRoots);
  /art/compiler/
image_writer.cc     [all...]
  /art/compiler/optimizing/
code_generator.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 322 CHECK(class_linker->GetInternTable()->LookupStrong(Thread::Current(), str) != nullptr);
    [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc 468 cl->GetInternTable()->InternStrong(dex_file_->GetLocation().c_str())));
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 297 milliseconds