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

/art/compiler/optimizing/
H A Dcode_generator_mips.h159 MipsLabel* GetExitLabel() { return &exit_label_; } function in class:art::mips::SlowPathCodeMIPS
H A Dcode_generator_mips64.h159 Mips64Label* GetExitLabel() { return &exit_label_; } function in class:art::mips64::SlowPathCodeMIPS64
H A Dcode_generator_arm64.h74 vixl::Label* GetExitLabel() { return &exit_label_; } function in class:art::arm64::SlowPathCodeARM64
H A Dcode_generator.h107 Label* GetExitLabel() { return &exit_label_; } function in class:art::SlowPathCode

Completed in 75 milliseconds