OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
528
IndirectRefTable
jniGlobalRefTable;
529
IndirectRefTable
jniWeakGlobalRefTable;
[
all
...]
Thread.h
206
IndirectRefTable
jniLocalRefTable;
Jni.cpp
128
Each Thread/JNIEnv points to an
IndirectRefTable
.
335
IndirectRefTable
* pRefTable = &gDvm.jniGlobalRefTable;
347
IndirectRefTable
* pRefTable = &gDvm.jniWeakGlobalRefTable;
370
static void AddLocalReferenceFailure(
IndirectRefTable
* pRefTable) {
390
IndirectRefTable
* pRefTable = &self->jniLocalRefTable;
423
IndirectRefTable
* pRefTable = &self->jniLocalRefTable;
512
IndirectRefTable
*table = &gDvm.jniWeakGlobalRefTable;
528
IndirectRefTable
*table = &gDvm.jniWeakGlobalRefTable;
[
all
...]
Dvm.mk
98
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
888
IndirectRefTable
* table = &gDvm.jniWeakGlobalRefTable;
890
typedef
IndirectRefTable
::iterator It; // TODO: C++0x auto
/dalvik/vm/test/
TestIndirectRefTable.cpp
65
IndirectRefTable
irt;
350
IndirectRefTable
irt;
Completed in 208 milliseconds