HomeSort by relevance Sort by last modified time
    Searched refs:pDvmDex (Results 26 - 50 of 93) sorted by null

12 3 4

  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 15 ldr r0, [rGLUE, #offGlue_methodClassDex] @ r0<- pDvmDex
17 ldr r0, [r0, #offDvmDex_pResClasses] @ r0<- pDvmDex->pResClasses
OP_INVOKE_SUPER.S 12 ldr r3, [rGLUE, #offGlue_methodClassDex] @ r3<- pDvmDex
17 ldr r3, [r3, #offDvmDex_pResMethods] @ r3<- pDvmDex->pResMethods
OP_IGET.S 16 ldr r2, [r3, #offDvmDex_pResFields] @ r2<- pDvmDex->pResFields
OP_INSTANCE_OF.S 20 ldr r2, [rGLUE, #offGlue_methodClassDex] @ r2<- pDvmDex
23 ldr r2, [r2, #offDvmDex_pResClasses] @ r2<- pDvmDex->pResClasses
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 13 movl offGlue_methodClassDex(rINST_FULL),%ecx # ecx<- pDvmDex
15 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods
OP_INVOKE_VIRTUAL.S 15 movl offGlue_methodClassDex(%eax),%eax # eax<- pDvmDex
17 movl offDvmDex_pResMethods(%eax),%eax # eax<- pDvmDex->pResMethods
OP_NEW_ARRAY.S 14 movl offGlue_methodClassDex(%ecx),%ecx # ecx<- pDvmDex
16 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- pDvmDex->pResClasses
OP_NEW_INSTANCE.S 15 movl offGlue_methodClassDex(%ecx),%ecx # ecx<- pDvmDex
17 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- pDvmDex->pResClasses
OP_CHECK_CAST.S 16 movl offGlue_methodClassDex(%ecx),%ecx # ecx<- pDvmDex
18 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- pDvmDex->pResClasses
  /dalvik/vm/mterp/x86-atom/
OP_IGET.S 41 movl offGlue_methodClassDex(%edx), %edx # %edx<- pDvmDex
43 movl offDvmDex_pResFields(%edx), %edx # %edx<- pDvmDex->pResFields
OP_IGET_WIDE.S 34 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- pDvmDex
36 FETCH 1, %edx # %edx<- pDvmDex->pResFields
OP_INVOKE_DIRECT.S 48 movl offGlue_methodClassDex(%ecx), %ecx # %ecx<- pDvmDex
50 movl offDvmDex_pResMethods(%ecx), %ecx # %ecx<- pDvmDex->pResMethods
OP_INVOKE_SUPER.S 47 movl offGlue_methodClassDex(%ecx), %ecx # %ecx<- pDvmDex
52 movl offDvmDex_pResMethods(%ecx), %ecx # %ecx<- pDvmDex->pResMethods
OP_INVOKE_VIRTUAL.S 48 movl offGlue_methodClassDex(%eax), %eax # %eax<- pDvmDex
50 movl offDvmDex_pResMethods(%eax), %eax # %eax<- pDvmDex->pResMethods
OP_IPUT.S 41 movl offGlue_methodClassDex(%edx), %edx # %edx<- pDvmDex
43 movl offDvmDex_pResFields(%edx), %edx # %edx<- pDvmDex->pResFields
OP_IPUT_WIDE.S 34 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- pDvmDex
36 FETCH 1, %edx # %edx<- pDvmDex->pResFields
OP_NEW_ARRAY.S 35 movl offGlue_methodClassDex(%eax), %eax # %eax<- glue->pDvmDex
38 movl offDvmDex_pResClasses(%eax), %eax # %eax<- glue->pDvmDex->pResClasses
OP_INVOKE_INTERFACE.S 56 movl offGlue_methodClassDex(%eax), %eax # %eax<- glue->pDvmDex
OP_SGET.S 33 movl offGlue_methodClassDex(%edx), %ecx # %ecx<- glue->pDvmDex
OP_SGET_WIDE.S 33 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- glue->pDvmDex
OP_SPUT.S 33 movl offGlue_methodClassDex(%edx), %ecx # %ecx<- pDvmDex
OP_SPUT_WIDE.S 33 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- glue->pDvmDex
  /dalvik/vm/mterp/armv6t2/
OP_IGET.S 16 ldr r2, [r3, #offDvmDex_pResFields] @ r2<- pDvmDex->pResFields
OP_IPUT.S 16 ldr r2, [r3, #offDvmDex_pResFields] @ r2<- pDvmDex->pResFields
  /dalvik/vm/mterp/portable/
entry.c 18 DvmDex* methodClassDex; // curMethod->clazz->pDvmDex
81 methodClassDex = curMethod->clazz->pDvmDex;

Completed in 210 milliseconds

12 3 4