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 78 MipsLabel() : prev_branch_id_plus_one_(0) {}
81 : Label(std::move(src)), prev_branch_id_plus_one_(src.prev_branch_id_plus_one_) {}
84 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 310 Mips64Label() : prev_branch_id_plus_one_(0) {}
313 : Label(std::move(src)), prev_branch_id_plus_one_(src.prev_branch_id_plus_one_) {}
316 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 1018 milliseconds