Searched defs:always_update_field (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.cc7222 bool always_update_field) {
7291 if (always_update_field) {
7214 GenerateReferenceLoadWithBakerReadBarrier(HInstruction* instruction, Location ref, Register obj, uint32_t offset, Location index, ScaleFactor scale_factor, Location temp, bool needs_null_check, bool always_update_field) argument
H A Dcode_generator_x86.cc7247 bool always_update_field,
7305 if (always_update_field) {
7242 GenerateReferenceLoadWithBakerReadBarrier(HInstruction* instruction, Location ref, Register obj, const Address& src, bool needs_null_check, bool always_update_field, Register* temp) argument
H A Dcode_generator_x86_64.cc6629 bool always_update_field,
6688 if (always_update_field) {
6624 GenerateReferenceLoadWithBakerReadBarrier(HInstruction* instruction, Location ref, CpuRegister obj, const Address& src, bool needs_null_check, bool always_update_field, CpuRegister* temp1, CpuRegister* temp2) argument

Completed in 103 milliseconds