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

/art/compiler/optimizing/
H A Dcode_generator_mips.h160 MipsLabel* GetEntryLabel() { return &entry_label_; } function in class:art::mips::SlowPathCodeMIPS
H A Dcode_generator_mips64.h157 Mips64Label* GetEntryLabel() { return &entry_label_; } function in class:art::mips64::SlowPathCodeMIPS64
H A Dcode_generator_arm64.h99 vixl::aarch64::Label* GetEntryLabel() { return &entry_label_; } function in class:art::arm64::SlowPathCodeARM64
H A Dcode_generator_arm_vixl.h227 vixl::aarch32::Label* GetEntryLabel() { return &entry_label_; } function in class:art::arm::SlowPathCodeARMVIXL
H A Dcode_generator.h117 Label* GetEntryLabel() { return &entry_label_; } function in class:art::SlowPathCode

Completed in 56 milliseconds