Searched refs:HReturn (Results 1 - 14 of 14) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator_arm.cc1769 void LocationsBuilderARM::VisitReturn(HReturn* ret) {
1775 void InstructionCodeGeneratorARM::VisitReturn(HReturn* ret ATTRIBUTE_UNUSED) {
H A Dcode_generator_arm64.cc4480 void LocationsBuilderARM64::VisitReturn(HReturn* instruction) {
4486 void InstructionCodeGeneratorARM64::VisitReturn(HReturn* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_mips.cc4534 void LocationsBuilderMIPS::VisitReturn(HReturn* ret) {
4540 void InstructionCodeGeneratorMIPS::VisitReturn(HReturn* ret ATTRIBUTE_UNUSED) {
H A Dcode_generator_mips64.cc3669 void LocationsBuilderMIPS64::VisitReturn(HReturn* ret) {
3675 void InstructionCodeGeneratorMIPS64::VisitReturn(HReturn* ret ATTRIBUTE_UNUSED) {
H A Dcode_generator_x86.cc1861 void LocationsBuilderX86::VisitReturn(HReturn* ret) {
1890 void InstructionCodeGeneratorX86::VisitReturn(HReturn* ret) {
H A Dcode_generator_x86_64.cc2008 void LocationsBuilderX86_64::VisitReturn(HReturn* ret) {
2032 void InstructionCodeGeneratorX86_64::VisitReturn(HReturn* ret) {
H A Dcodegen_test.cc665 then_block->AddInstruction(new (&allocator) HReturn(constant0));
666 else_block->AddInstruction(new (&allocator) HReturn(constant1));
717 HReturn ret(&cmp_lt);
782 HReturn ret_lt(cst_lt);
785 HReturn ret_ge(cst_ge);
902 block->AddInstruction(new (&allocator) HReturn(comparison));
H A Dconstant_folding_test.cc782 block->AddInstruction(new (&allocator_) HReturn(zero));
H A Dgraph_checker.cc513 void GraphChecker::VisitReturn(HReturn* ret) {
H A Dgraph_checker.h67 void VisitReturn(HReturn* ret) OVERRIDE;
H A Dinstruction_builder.cc638 AppendInstruction(new (arena_) HReturn(value, dex_pc));
H A Dnodes.h2325 // Represents dex's RETURN opcodes. A HReturn is a control flow
2327 class HReturn : public HTemplateInstruction<1> { class in namespace:art
2329 explicit HReturn(HInstruction* value, uint32_t dex_pc = kNoDexPc) function in class:art::HReturn
2339 DISALLOW_COPY_AND_ASSIGN(HReturn);
2444 // Instructions aborting the method (HThrow and HReturn) must branch to the
H A Dpc_relative_fixups_x86.cc64 void VisitReturn(HReturn* ret) OVERRIDE {
H A Dregister_allocator_test.cc312 HReturn* ret = return_block->GetLastInstruction()->AsReturn();
636 *ret = new (allocator) HReturn(*field);

Completed in 156 milliseconds