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

  /art/runtime/
indirect_reference_table-inl.h 31 inline bool IndirectReferenceTable::GetChecked(IndirectRef iref) const {
61 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const {
74 inline mirror::Object* IndirectReferenceTable::Get(IndirectRef iref) const {
indirect_reference_table.cc 57 void IndirectReferenceTable::AbortIfNoCheckJNI() {
65 IndirectReferenceTable::IndirectReferenceTable(size_t initialCount,
96 IndirectReferenceTable::~IndirectReferenceTable() {
99 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, mirror::Object* obj) {
115 << MutatorLockedDumpable<IndirectReferenceTable>(*this);
162 void IndirectReferenceTable::AssertEmpty() {
166 << MutatorLockedDumpable<IndirectReferenceTable>(*this);
178 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref)
    [all...]
indirect_reference_table.h 252 class IndirectReferenceTable {
254 IndirectReferenceTable(size_t initialCount, size_t maxCount, IndirectRefKind kind);
256 ~IndirectReferenceTable();
328 return Offset(OFFSETOF_MEMBER(IndirectReferenceTable, segment_state_));
reference_table.h 59 friend class IndirectReferenceTable; // For Dump.
jni_internal.h 118 IndirectReferenceTable globals;
133 IndirectReferenceTable weak_globals_ GUARDED_BY(weak_globals_lock_);
174 IndirectReferenceTable locals GUARDED_BY(Locks::mutator_lock_);
indirect_reference_table_test.cc 27 static void CheckDump(IndirectReferenceTable* irt, size_t num_objects, size_t num_unique)
49 IndirectReferenceTable irt(kTableInitial, kTableMax, kGlobal);
jni_internal.cc 805 IndirectReferenceTable& globals = vm->globals;
816 IndirectReferenceTable& globals = vm->globals;
853 IndirectReferenceTable& locals = reinterpret_cast<JNIEnvExt*>(env)->locals;
    [all...]
thread.cc     [all...]

Completed in 275 milliseconds