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

  /external/chromium_org/tools/gn/
ninja_action_target_writer.cc 95 std::string target_label = target_->label().GetUserVisibleName(true); local
96 std::string custom_rule_name(target_label);
119 out_ << " description = ACTION " << target_label << std::endl;
147 out_ << " description = ACTION " << target_label << std::endl;
  /art/compiler/dex/quick/mips/
int_mips.cc 226 LIR* target_label = NewLIR0(kPseudoTargetLabel); local
227 ne_branchover->target = target_label;

Completed in 291 milliseconds