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

/art/compiler/dex/quick/
H A Dcodegen_util.cc567 LIR* boundary_lir = InsertCaseLabel(target, key); local
568 DCHECK(boundary_lir != nullptr);
569 int disp = boundary_lir->offset - bx_offset;
592 LIR* boundary_lir = InsertCaseLabel(target, key); local
593 DCHECK(boundary_lir != nullptr);
594 int disp = boundary_lir->offset - bx_offset;
928 LIR* boundary_lir = &block_label_list_[bbid]; local
929 LIR* res = boundary_lir;
941 InsertLIRAfter(boundary_lir, new_label);

Completed in 110 milliseconds