HomeSort by relevance Sort by last modified time
    Searched refs:prev_branch_id_plus_one_ (Results 1 - 4 of 4) sorted by null

  /art/compiler/utils/mips/
assembler_mips.h 74 MipsLabel() : prev_branch_id_plus_one_(0) {}
77 : Label(std::move(src)), prev_branch_id_plus_one_(src.prev_branch_id_plus_one_) {}
80 uint32_t prev_branch_id_plus_one_; // To get distance from preceding branch, if any. member in class:art::mips::MipsLabel
    [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 307 Mips64Label() : prev_branch_id_plus_one_(0) {}
310 : Label(std::move(src)), prev_branch_id_plus_one_(src.prev_branch_id_plus_one_) {}
313 uint32_t prev_branch_id_plus_one_; // To get distance from preceding branch, if any. member in class:art::mips64::Mips64Label
    [all...]
assembler_mips64.cc     [all...]

Completed in 90 milliseconds