Searched defs:maybe_temp2_loc (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc3332 Location maybe_temp2_loc = TypeCheckNeedsATemporary(type_check_kind) ? local
3359 GenerateReferenceLoadTwoRegisters(instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3377 GenerateReferenceLoadOneRegister(instruction, temp_loc, super_offset, maybe_temp2_loc);
3390 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3407 GenerateReferenceLoadOneRegister(instruction, temp_loc, super_offset, maybe_temp2_loc);
3419 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3432 GenerateReferenceLoadOneRegister(instruction, temp_loc, component_offset, maybe_temp2_loc);
3446 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
3456 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
H A Dcode_generator_arm.cc5567 Location maybe_temp2_loc = TypeCheckNeedsATemporary(type_check_kind) ? local
5593 GenerateReferenceLoadTwoRegisters(instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5611 GenerateReferenceLoadOneRegister(instruction, temp_loc, super_offset, maybe_temp2_loc);
5624 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5641 GenerateReferenceLoadOneRegister(instruction, temp_loc, super_offset, maybe_temp2_loc);
5653 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5666 GenerateReferenceLoadOneRegister(instruction, temp_loc, component_offset, maybe_temp2_loc);
5680 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5690 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
H A Dcode_generator_x86.cc6377 Location maybe_temp2_loc = TypeCheckNeedsATemporary(type_check_kind) ? local
6404 GenerateReferenceLoadTwoRegisters(instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
6427 GenerateReferenceLoadOneRegister(instruction, temp_loc, super_offset, maybe_temp2_loc);
6441 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
6468 GenerateReferenceLoadOneRegister(instruction, temp_loc, super_offset, maybe_temp2_loc);
6481 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
6499 GenerateReferenceLoadOneRegister(instruction, temp_loc, component_offset, maybe_temp2_loc);
6514 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
6523 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
H A Dcode_generator_x86_64.cc5805 Location maybe_temp2_loc = TypeCheckNeedsATemporary(type_check_kind) ? local
5836 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5861 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5868 GenerateReferenceLoadOneRegister(instruction, temp_loc, super_offset, maybe_temp2_loc);
5882 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5907 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5921 GenerateReferenceLoadOneRegister(instruction, temp_loc, super_offset, maybe_temp2_loc);
5934 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5954 instruction, temp_loc, obj_loc, class_offset, maybe_temp2_loc);
5968 GenerateReferenceLoadOneRegister(instruction, temp_loc, component_offset, maybe_temp2_loc);
[all...]

Completed in 129 milliseconds