HomeSort by relevance Sort by last modified time
    Searched refs:GetExitLabel (Results 1 - 18 of 18) sorted by null

  /art/compiler/optimizing/
intrinsics_utils.h 73 assembler->Jump(GetExitLabel());
code_generator_arm64.cc 380 __ B(GetExitLabel());
450 __ B(GetExitLabel());
571 __ B(GetExitLabel());
639 __ B(GetExitLabel());
774 __ B(GetExitLabel());
    [all...]
code_generator_mips64.cc 248 __ Bc(GetExitLabel());
342 __ Bc(GetExitLabel());
458 __ Bc(GetExitLabel());
527 __ Bc(GetExitLabel());
615 __ Bc(GetExitLabel());
769 __ Bc(GetExitLabel());
    [all...]
intrinsics_arm64.cc 144 __ B(GetExitLabel());
215 __ B(GetExitLabel());
    [all...]
intrinsics_arm_vixl.cc 114 __ B(GetExitLabel());
236 __ B(GetExitLabel());
    [all...]
intrinsics_x86.cc 164 __ jmp(GetExitLabel());
    [all...]
intrinsics_x86_64.cc 117 __ jmp(GetExitLabel());
    [all...]
code_generator_arm_vixl.cc 533 __ B(GetExitLabel());
606 __ B(GetExitLabel());
660 __ B(GetExitLabel());
730 __ B(GetExitLabel());
    [all...]
intrinsics_mips.cc 131 __ B(GetExitLabel());
    [all...]
intrinsics_mips64.cc 120 __ Bc(GetExitLabel());
    [all...]
code_generator_x86.cc 112 __ jmp(GetExitLabel());
246 __ jmp(GetExitLabel());
302 __ jmp(GetExitLabel());
367 __ jmp(GetExitLabel());
436 __ jmp(GetExitLabel());
515 __ jmp(GetExitLabel());
672 __ jmp(GetExitLabel());
    [all...]
code_generator_x86_64.cc 126 __ jmp(GetExitLabel());
281 __ jmp(GetExitLabel());
328 __ jmp(GetExitLabel());
379 __ jmp(GetExitLabel());
449 __ jmp(GetExitLabel());
530 __ jmp(GetExitLabel());
694 __ jmp(GetExitLabel());
    [all...]
code_generator_mips.cc 298 __ B(GetExitLabel());
393 __ B(GetExitLabel());
508 __ B(GetExitLabel());
577 __ B(GetExitLabel());
666 __ B(GetExitLabel());
    [all...]
code_generator_mips.h 163 MipsLabel* GetExitLabel() { return &exit_label_; }
code_generator_mips64.h 160 Mips64Label* GetExitLabel() { return &exit_label_; }
code_generator.h 119 Label* GetExitLabel() { return &exit_label_; }
    [all...]
code_generator_arm64.h 111 vixl::aarch64::Label* GetExitLabel() { return &exit_label_; }
    [all...]
code_generator_arm_vixl.h 225 vixl::aarch32::Label* GetExitLabel() { return &exit_label_; }
    [all...]

Completed in 620 milliseconds