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

  /art/runtime/
indirect_reference_table.cc 60 void IndirectReferenceTable::AbortIfNoCheckJNI() {
69 IndirectReferenceTable::IndirectReferenceTable(size_t initialCount,
97 IndirectReferenceTable::~IndirectReferenceTable() {
100 bool IndirectReferenceTable::IsValid() const {
104 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, mirror::Object* obj) {
117 << MutatorLockedDumpable<IndirectReferenceTable>(*this);
154 void IndirectReferenceTable::AssertEmpty() {
159 << MutatorLockedDumpable<IndirectReferenceTable>(*this)
    [all...]
indirect_reference_table.h 263 class IndirectReferenceTable {
267 IndirectReferenceTable(size_t initialCount, size_t maxCount, IndirectRefKind kind,
270 ~IndirectReferenceTable();
351 return Offset(OFFSETOF_MEMBER(IndirectReferenceTable, segment_state_));

Completed in 193 milliseconds