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 57 void IndirectReferenceTable::AbortIfNoCheckJNI() {
65 IndirectReferenceTable::IndirectReferenceTable(size_t initialCount,
84 IndirectReferenceTable::~IndirectReferenceTable() {
87 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, mirror::Object* obj) {
100 << MutatorLockedDumpable<IndirectReferenceTable>(*this);
137 void IndirectReferenceTable::AssertEmpty() {
141 << MutatorLockedDumpable<IndirectReferenceTable>(*this);
153 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref)
    [all...]
indirect_reference_table.h 271 class IndirectReferenceTable {
273 IndirectReferenceTable(size_t initialCount, size_t maxCount, IndirectRefKind kind);
275 ~IndirectReferenceTable();
347 return Offset(OFFSETOF_MEMBER(IndirectReferenceTable, segment_state_));

Completed in 40 milliseconds