Searched defs:mIndex (Results 1 – 4 of 4) sorted by relevance
/dalvik/hit/src/com/android/hit/ |
D | RootObj.java | 23 int mIndex; field in RootObj
|
/dalvik/vm/compiler/codegen/x86/ |
D | LowerHelper.cpp | 421 MemoryAccessType mType, int mIndex, in lower_mem_reg() 443 MemoryAccessType mType, int mIndex, in dump_mem_reg_noalloc() 452 MemoryAccessType mType, int mIndex, in dump_mem_reg_noalloc_mem() 468 MemoryAccessType mType, int mIndex, in dump_mem_reg() 645 int disp, int base_reg, MemoryAccessType mType, int mIndex, in lower_reg_mem() 654 MemoryAccessType mType, int mIndex, LowOpndRegType type) { in dump_reg_mem_noalloc() 663 MemoryAccessType mType, int mIndex, LowOpndRegType type) { in dump_reg_mem() 708 int disp, int base_reg, MemoryAccessType mType, int mIndex, in lower_imm_mem() 717 MemoryAccessType mType, int mIndex) { in dump_imm_mem_noalloc() 726 MemoryAccessType mType, int mIndex, bool chaining) { in dump_imm_mem() [all …]
|
D | LowerInvoke.cpp | 149 int mIndex = currentMethod->clazz->pDvmDex->pResMethods[tmp]->methodIndex; in common_invoke_super() local 1269 int mIndex = IMMC/4; in common_invoke_super_quick() local
|
/dalvik/vm/compiler/ |
D | Frontend.cpp | 87 int mIndex = caller->clazz->pDvmDex-> in findBlockBoundary() local 460 int mIndex = method->clazz->pDvmDex-> in dvmCompilerCanIncludeThisInstruction() local
|