HomeSort by relevance Sort by last modified time
    Searched full:baselabel (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/quick/mips/
call_mips.cc 45 * jal BaseLabel ; stores "return address" (BaseLabel) in r_RA
47 * BaseLabel:
48 * addiu rBase, r_RA, <table> - <BaseLabel> ; table relative to BaseLabel
99 // Construct BaseLabel and set up table base register
132 * jal BaseLabel ; stores "return address" (BaseLabel) in r_RA
189 // Construct BaseLabel and set up table base register
251 // Construct BaseLabel and set up table base registe
    [all...]
  /external/skia/tools/
skdiff_image.cpp 125 SkString baseLabel;
219 baseLabel.set(argv[i]);
311 if (baseLabel.isEmpty()) {
312 baseLabel.set(baseFile);
313 outputFile = baseLabel;
315 const char* baseLabelCstr = baseLabel.c_str();
318 outputFile = baseLabel;
326 printf("Base: %s\n", baseLabel.c_str());
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 65 milliseconds