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

/art/compiler/optimizing/
H A Dcode_generator_arm.h124 Label* GetEntryLabel() { return &entry_label_; } function in class:art::arm::SlowPathCodeARM
H A Dcode_generator_arm64.h70 vixl::Label* GetEntryLabel() { return &entry_label_; } function in class:art::arm64::SlowPathCodeARM64
H A Dcode_generator_mips64.h132 Label* GetEntryLabel() { return &entry_label_; } function in class:art::mips64::SlowPathCodeMIPS64
H A Dcode_generator_x86.h306 Label* GetEntryLabel() { return &entry_label_; } function in class:art::x86::SlowPathCodeX86
H A Dcode_generator_x86_64.h92 Label* GetEntryLabel() { return &entry_label_; } function in class:art::x86_64::SlowPathCodeX86_64

Completed in 933 milliseconds