Home | History | Annotate | Download | only in src

Lines Matching defs:at

89     Slot<T> at(int i) {
617 sections_[section]->PopulateHeader(headers.at(section));
618 sections_[section]->WriteBody(headers.at(section), w);
694 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
726 sections_[i]->PopulateHeader(headers.at(i), strtab);
742 sections_[i]->WriteBody(headers.at(i), w);
878 symbols.at(0).set(ELFSymbol::SerializedLayout(0,
884 WriteSymbolsList(&locals_, symbols.at(1), strtab);
885 WriteSymbolsList(&globals_, symbols.at(locals_.length() + 1), strtab);
913 src->at(i).Write(dst.at(i), strtab);
1478 GDBJITLineInfo::PCInfo* info = &pc_info->at(i);
1711 // The RA is stored at location CFA + kCallerPCOffset. This is an invariant,
1736 // The previous RBP is stored at CFA + kCallerFPOffset. This is an invariant
2183 RemoveCode(dead_codes.at(i));