OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:staticfield
(Results
51 - 70
of
70
) sorted by null
1
2
3
/dalvik/vm/mterp/out/
InterpC-x86.cpp
[
all
...]
InterpAsm-armv5te-vfp.S
[
all
...]
InterpAsm-armv7-a-neon.S
[
all
...]
InterpAsm-armv7-a.S
[
all
...]
InterpAsm-armv5te.S
[
all
...]
InterpC-mips.cpp
[
all
...]
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
/dalvik/vm/
Debugger.cpp
[
all
...]
Jni.cpp
[
all
...]
CheckJni.cpp
417
StaticField
* base = &clazz->sfields[0];
419
if ((
StaticField
*) fieldID < base || (
StaticField
*) fieldID >= base + fieldCount) {
[
all
...]
Thread.cpp
[
all
...]
/art/runtime/hprof/
hprof.cc
880
//
StaticField
array at the end of this class.
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/reflect/
Reflect.cpp
187
slot = (
StaticField
*)field - &clazz->sfields[0];
[
all
...]
Annotation.cpp
461
StaticField
* sfield;
[
all
...]
/dalvik/vm/mterp/armv5te/
footer.S
[
all
...]
/dalvik/vm/oo/
Class.cpp
183
const DexField* pDexSField,
StaticField
* sfield);
292
return offset + sizeof(
StaticField
) * sfieldCount;
[
all
...]
/dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp
[
all
...]
Completed in 937 milliseconds
1
2
3