Searched refs:GetSlowPathIntervals (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_visualizer.h90 const ArenaVector<SlowPathCodeInfo>& GetSlowPathIntervals() const { return slow_path_intervals_; } function in class:art::DisassemblyInformation
92 ArenaVector<SlowPathCodeInfo>* GetSlowPathIntervals() { return &slow_path_intervals_; } function in class:art::DisassemblyInformation
H A Dgraph_visualizer.cc283 !disasm_info_->GetSlowPathIntervals().empty()) {
666 if (disasm_info_->GetSlowPathIntervals().empty()) {
676 for (SlowPathCodeInfo info : disasm_info_->GetSlowPathIntervals()) {
H A Dcode_generator_mips64.cc451 for (auto& it : *disasm_info_->GetSlowPathIntervals()) {
H A Dcode_generator_mips.cc505 for (auto& it : *disasm_info_->GetSlowPathIntervals()) {
H A Dcode_generator_arm.cc818 for (auto& it : *disasm_info_->GetSlowPathIntervals()) {

Completed in 93 milliseconds