Searched refs:rFinish (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/mterp/x86-atom/ |
D | header.S | 73 #define rFinish %edx macro 367 movzbl (rPC), rFinish 369 jmp *dvmAsmInstructionJmpTable(,rFinish, 4) 380 movzbl (\_count*2)(rPC), rFinish 383 jmp *dvmAsmInstructionJmpTable(,rFinish, 4)
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86-atom.S | 80 #define rFinish %edx macro 374 movzbl (rPC), rFinish 376 jmp *dvmAsmInstructionJmpTable(,rFinish, 4) 387 movzbl (\_count*2)(rPC), rFinish 390 jmp *dvmAsmInstructionJmpTable(,rFinish, 4)
|