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

  /dalvik/vm/
IndirectRefTable.cpp 30 bool IndirectRefTable::init(size_t initialCount,
52 * Clears out the contents of a IndirectRefTable, freeing allocated storage.
54 void IndirectRefTable::destroy()
61 IndirectRef IndirectRefTable::add(u4 cookie, Object* obj)
140 Object* IndirectRefTable::get(IndirectRef iref) const {
196 bool IndirectRefTable::contains(const Object* obj) const {
213 bool IndirectRefTable::remove(u4 cookie, IndirectRef iref)
308 void IndirectRefTable::dump(const char* descr) const
IndirectRefTable.h 241 struct IndirectRefTable {
300 * Initialize an IndirectRefTable.
Globals.h 524 IndirectRefTable jniGlobalRefTable;
525 IndirectRefTable jniWeakGlobalRefTable;
Thread.h 206 IndirectRefTable jniLocalRefTable;
Jni.cpp 128 Each Thread/JNIEnv points to an IndirectRefTable.
334 IndirectRefTable* pRefTable = &gDvm.jniGlobalRefTable;
346 IndirectRefTable* pRefTable = &gDvm.jniWeakGlobalRefTable;
369 static void AddLocalReferenceFailure(IndirectRefTable* pRefTable) {
389 IndirectRefTable* pRefTable = &self->jniLocalRefTable;
422 IndirectRefTable* pRefTable = &self->jniLocalRefTable;
532 IndirectRefTable *table = &gDvm.jniWeakGlobalRefTable;
548 IndirectRefTable *table = &gDvm.jniWeakGlobalRefTable;
    [all...]
Dvm.mk 93 IndirectRefTable.cpp.arm \
  /dalvik/vm/alloc/
Visit.cpp 68 static void visitIndirectRefTable(RootVisitor *visitor, IndirectRefTable *table,
73 typedef IndirectRefTable::iterator It; // TODO: C++0x auto
MarkSweep.cpp 887 IndirectRefTable* table = &gDvm.jniWeakGlobalRefTable;
889 typedef IndirectRefTable::iterator It; // TODO: C++0x auto
  /dalvik/vm/test/
TestIndirectRefTable.cpp 65 IndirectRefTable irt;
350 IndirectRefTable irt;

Completed in 355 milliseconds