Home | History | Annotate | Download | only in x86-atom

Lines Matching refs:edx

26     FETCH       2, %edx                 # %edx<- GFED or CCCC
28 and $$15, %edx # %edx<- D if not range
31 GET_VREG %edx # %edx<- "this" ptr
32 cmp $$0, %edx # %edx<- check for null "this"
35 movl offObject_clazz(%edx), %edx # %edx<- thisPtr->clazz
36 movl offClassObject_vtable(%edx), %edx # %edx<- thisPtr->clazz->vtable
37 movl (%edx, %ecx, 4), %ecx # %ecx<- vtable[methodIndex]