Home
last modified time | relevance | path

Searched refs:exit_label_ (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.h155 : SlowPathCode(instruction), entry_label_(), exit_label_() {} in SlowPathCodeMIPS64()
158 Mips64Label* GetExitLabel() { return &exit_label_; } in GetExitLabel()
162 Mips64Label exit_label_; variable
Dcode_generator_mips.h158 : SlowPathCode(instruction), entry_label_(), exit_label_() {} in SlowPathCodeMIPS()
161 MipsLabel* GetExitLabel() { return &exit_label_; } in GetExitLabel()
165 MipsLabel exit_label_; variable
Dcode_generator_arm64.h97 : SlowPathCode(instruction), entry_label_(), exit_label_() {} in SlowPathCodeARM64()
100 vixl::aarch64::Label* GetExitLabel() { return &exit_label_; } in GetExitLabel()
107 vixl::aarch64::Label exit_label_; variable
Dcode_generator_arm_vixl.h225 : SlowPathCode(instruction), entry_label_(), exit_label_() {} in SlowPathCodeARMVIXL()
228 vixl::aarch32::Label* GetExitLabel() { return &exit_label_; } in GetExitLabel()
235 vixl::aarch32::Label exit_label_; variable
Dcode_generator.h118 Label* GetExitLabel() { return &exit_label_; } in GetExitLabel()
138 Label exit_label_; variable