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 37 IndirectReferenceTable::IndirectReferenceTable(size_t initialCount,
56 IndirectReferenceTable::~IndirectReferenceTable() {
65 bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const {
78 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, const mirror::Object* obj) {
95 << MutatorLockedDumpable<IndirectReferenceTable>(*this);
112 << MutatorLockedDumpable<IndirectReferenceTable>(*this);
154 void IndirectReferenceTable::AssertEmpty() {
158 << MutatorLockedDumpable<IndirectReferenceTable>(*this)
    [all...]
indirect_reference_table.h 249 class IndirectReferenceTable {
251 IndirectReferenceTable(size_t initialCount, size_t maxCount, IndirectRefKind kind);
253 ~IndirectReferenceTable();
321 return Offset(OFFSETOF_MEMBER(IndirectReferenceTable, segment_state_));

Completed in 36 milliseconds