Searched defs:GetExitLabel (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h125 Label* GetExitLabel() { return &exit_label_; } function in class:art::arm::SlowPathCodeARM
H A Dcode_generator_arm64.h71 vixl::Label* GetExitLabel() { return &exit_label_; } function in class:art::arm64::SlowPathCodeARM64
H A Dcode_generator_mips64.h133 Label* GetExitLabel() { return &exit_label_; } function in class:art::mips64::SlowPathCodeMIPS64
H A Dcode_generator_x86.h307 Label* GetExitLabel() { return &exit_label_; } function in class:art::x86::SlowPathCodeX86
H A Dcode_generator_x86_64.h93 Label* GetExitLabel() { return &exit_label_; } function in class:art::x86_64::SlowPathCodeX86_64

Completed in 120 milliseconds