OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jniLocalRefTable
(Results
1 - 13
of
13
) sorted by null
/dalvik/vm/
JniInternal.h
96
self->
jniLocalRefTable
.segmentState.all = saveArea->xtra.localRefCookie;
Thread.h
206
IndirectRefTable
jniLocalRefTable
;
Jni.cpp
325
Object* result = self->
jniLocalRefTable
.get(jobj);
390
IndirectRefTable* pRefTable = &self->
jniLocalRefTable
;
410
int numEntries = self->
jniLocalRefTable
.capacity();
423
IndirectRefTable* pRefTable = &self->
jniLocalRefTable
;
620
self->
jniLocalRefTable
.dump("JNI local");
674
return self->
jniLocalRefTable
.contains(obj) ? JNILocalRefType : JNIInvalidRefType;
[
all
...]
Thread.cpp
[
all
...]
/dalvik/vm/mterp/common/
asm-constants.h
198
Thread,
jniLocalRefTable
.segmentState.all, 168)
204
Thread,
jniLocalRefTable
.segmentState.all, 100)
/dalvik/vm/alloc/
Visit.cpp
172
visitIndirectRefTable(visitor, &thread->
jniLocalRefTable
, threadId, ROOT_JNI_LOCAL, arg);
Copying.cpp
[
all
...]
/dalvik/vm/interp/
Stack.cpp
197
saveBlock->xtra.localRefCookie = self->
jniLocalRefTable
.segmentState.all;
257
saveBlock->xtra.localRefCookie = self->
jniLocalRefTable
.segmentState.all;
[
all
...]
/dalvik/vm/mterp/c/
gotoTargets.cpp
[
all
...]
/dalvik/vm/mterp/out/
InterpC-mips.cpp
[
all
...]
InterpC-x86.cpp
[
all
...]
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
Completed in 198 milliseconds