/dalvik/vm/compiler/codegen/x86/ |
D | LowerGetPut.cpp | 34 int aget_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) { in aget_common_nohelper() argument 66 if(flag == AGET) { in aget_common_nohelper() 69 else if(flag == AGET_WIDE) { in aget_common_nohelper() 72 else if(flag == AGET_CHAR) { in aget_common_nohelper() 75 else if(flag == AGET_SHORT) { in aget_common_nohelper() 78 else if(flag == AGET_BOOLEAN) { in aget_common_nohelper() 81 else if(flag == AGET_BYTE) { in aget_common_nohelper() 84 if(flag == AGET_WIDE) { in aget_common_nohelper() 96 int aget_common(int flag, u2 vA, u2 vref, u2 vindex) { in aget_common() argument 97 return aget_common_nohelper(flag, vA, vref, vindex); in aget_common() [all …]
|
D | Lower.cpp | 194 int sget_sput_helper(int flag); 196 int aget_helper(int flag); 197 int aput_helper(int flag); 205 int iget_iput_helper(int flag);
|
/dalvik/vm/oo/ |
D | Object.h | 92 #define SET_CLASS_FLAG(clazz, flag) \ argument 93 do { (clazz)->accessFlags |= (flag); } while (0) 95 #define CLEAR_CLASS_FLAG(clazz, flag) \ argument 96 do { (clazz)->accessFlags &= ~(flag); } while (0) 98 #define IS_CLASS_FLAG_SET(clazz, flag) \ argument 99 (((clazz)->accessFlags & (flag)) != 0) 115 #define SET_METHOD_FLAG(method, flag) \ argument 116 do { (method)->accessFlags |= (flag); } while (0) 118 #define CLEAR_METHOD_FLAG(method, flag) \ argument 119 do { (method)->accessFlags &= ~(flag); } while (0) [all …]
|
/dalvik/tests/050-sync-test/ |
D | expected.txt | 34 thread#0 interrupted, flag=false
|
/dalvik/dx/tests/008-field/ |
D | info.txt | 6 simple field with no attributes and with every access flag turned on
|
/dalvik/dx/tests/009-method/ |
D | info.txt | 6 simple method with no attributes and with every access flag turned on
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | dec_base.cpp | 183 #define EXTEND_REG(reg, flag) \ argument 184 ((NULL == rex || 0 == rex->flag) ? reg : (reg + 8)) 186 #define EXTEND_REG(reg, flag) (reg) argument
|
/dalvik/vm/mterp/x86/ |
D | OP_NEW_ARRAY.S | 40 call dvmResolveClass # eax<- call(clazz,ref,flag)
|
D | footer.S | 88 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag 118 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag
|
/dalvik/vm/native/ |
D | README.txt | 13 check for that flag when issuing the call.
|
/dalvik/vm/mterp/mips/ |
D | footer.S | 162 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 181 sw v0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 230 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 254 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 282 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 343 sw v0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 368 # Need to clear the inJitCodeCache flag
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 172 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 192 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 239 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 262 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 285 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 339 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 359 @ Need to clear the inJitCodeCache flag
|
/dalvik/vm/mterp/ |
D | NOTES.txt | 8 means an explicit check of the thread-suspend flag on backward branches
|
/dalvik/vm/alloc/ |
D | Copying.cpp | 685 bool dvmHeapSourceGetPtrFlag(const void *ptr, HeapSourcePtrFlag flag) in dvmHeapSourceGetPtrFlag() argument
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv7-a.S | 15753 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15773 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15820 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15843 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15866 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15920 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15940 @ Need to clear the inJitCodeCache flag
|
D | InterpAsm-armv5te-vfp.S | 15816 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15836 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15883 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15906 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15929 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15983 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 16003 @ Need to clear the inJitCodeCache flag
|
D | InterpAsm-armv7-a-neon.S | 15753 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15773 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15820 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15843 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15866 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15920 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 15940 @ Need to clear the inJitCodeCache flag
|
D | InterpAsm-mips.S | 11168 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 11187 sw v0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 11236 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 11260 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 11288 sw a0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 11349 sw v0, offThread_inJitCodeCache(rSELF) # set the inJitCodeCache flag 11374 # Need to clear the inJitCodeCache flag
|
D | InterpAsm-armv5te.S | 16274 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 16294 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 16341 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 16364 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 16387 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 16441 str r0, [rSELF, #offThread_inJitCodeCache] @ set the inJitCodeCache flag 16461 @ Need to clear the inJitCodeCache flag
|
D | InterpAsm-x86.S | 1157 call dvmResolveClass # eax<- call(clazz,ref,flag) 1340 call dvmResolveClass # eax<- call(clazz,ref,flag) 15765 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag 15795 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag
|