Searched refs:MemoryAccessType (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.h | 260 typedef enum MemoryAccessType { enum 265 } MemoryAccessType; typedef 295 MemoryAccessType mType; 667 MemoryAccessType mType, int mIndex, 671 MemoryAccessType mType, int mIndex); 786 MemoryAccessType mType, int mIndex); 789 MemoryAccessType mType, int mIndex, 1157 MemoryAccessType mType, int mIndex); 1166 MemoryAccessType mType, int mIndex, 1170 MemoryAccessType mType, int mIndex, [all …]
|
D | LowerHelper.cpp | 422 MemoryAccessType mType, int mIndex, in lower_mem_reg() 444 MemoryAccessType mType, int mIndex, in dump_mem_reg_noalloc() 453 MemoryAccessType mType, int mIndex, in dump_mem_reg_noalloc_mem() 469 MemoryAccessType mType, int mIndex, in dump_mem_reg() 646 int disp, int base_reg, MemoryAccessType mType, int mIndex, in lower_reg_mem() 655 MemoryAccessType mType, int mIndex, LowOpndRegType type) { in dump_reg_mem_noalloc() 664 MemoryAccessType mType, int mIndex, LowOpndRegType type) { in dump_reg_mem() 709 int disp, int base_reg, MemoryAccessType mType, int mIndex, in lower_imm_mem() 718 MemoryAccessType mType, int mIndex) { in dump_imm_mem_noalloc() 727 MemoryAccessType mType, int mIndex, bool chaining) { in dump_imm_mem() [all …]
|