Searched refs:card_mark (Results 1 – 9 of 9) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 750 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut() argument 768 if (IsTemp(rl_array.reg) && !card_mark) { in GenArrayPut() 823 if (card_mark) { in GenArrayPut()
|
D | codegen_mips.h | 149 RegLocation rl_src, int scale, bool card_mark);
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 150 RegLocation rl_src, int scale, bool card_mark);
|
D | int_arm.cc | 1462 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut() argument 1488 } else if (IsTemp(rl_array.reg) && !card_mark) { in GenArrayPut() 1543 if (card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1260 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut() argument 1281 } else if (IsTemp(rl_array.reg) && !card_mark) { in GenArrayPut() 1337 if (card_mark) { in GenArrayPut()
|
D | codegen_arm64.h | 138 RegLocation rl_src, int scale, bool card_mark) OVERRIDE;
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 178 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) OVERRIDE;
|
D | int_x86.cc | 2495 RegLocation rl_index, RegLocation rl_src, int scale, bool card_mark) { in GenArrayPut() argument 2542 if (card_mark) { in GenArrayPut()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1400 bool card_mark) = 0;
|