Searched defs:flag (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerGetPut.cpp34 int aget_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) { argument
66 if(flag == AGET) {
69 else if(flag == AGET_WIDE) {
72 else if(flag == AGET_CHAR) {
75 else if(flag == AGET_SHORT) {
78 else if(flag == AGET_BOOLEAN) {
81 else if(flag == AGET_BYTE) {
84 if(flag == AGET_WIDE) {
96 int aget_common(int flag, u2 vA, u2 vref, u2 vindex) { argument
97 return aget_common_nohelper(flag, v
183 aput_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) argument
237 aput_common(int flag, u2 vA, u2 vref, u2 vindex) argument
444 iget_iput_common_nohelper(int tmp, int flag, u2 vA, u2 vB, int isObj, bool isVolatile) argument
528 iget_iput_common(int tmp, int flag, u2 vA, u2 vB, int isObj, bool isVolatile) argument
657 sget_sput_common(int flag, u2 vA, u2 tmp, bool isObj, bool isVolatile) argument
[all...]
/dalvik/vm/alloc/
H A DCopying.cpp217 * value provided to the -Xms flag.
223 * -Xmx flag.
685 bool dvmHeapSourceGetPtrFlag(const void *ptr, HeapSourcePtrFlag flag) argument

Completed in 296 milliseconds