Lines Matching refs:vector
31 const std::vector<const DexFile*>& dex_files,
39 const std::vector<const DexFile*>& dex_files,
54 void ReservePatchSpace(std::vector<uint8_t>* buffer, bool debug);
103 std::vector<ElfDynamicState> dynamics_;
115 std::vector<Elf32_Dyn> GetDynamics(Elf32_Word strsz, Elf32_Word soname_off);
128 std::vector<uint8_t>* GetBuffer() { return &buf_; } in GetBuffer()
129 void SetBuffer(std::vector<uint8_t> buf) { buf_ = buf; } in SetBuffer()
132 std::vector<uint8_t> buf_;
178 std::vector<Elf32_Word> GenerateHashContents();
180 std::vector<Elf32_Sym> GenerateSymtab();
203 std::vector<ElfSymbolState> symbols_;
268 std::vector<ElfRawSectionBuilder> other_builders_;
305 void FillInCFIInformation(OatWriter* oat_writer, std::vector<uint8_t>* dbg_info,
306 std::vector<uint8_t>* dbg_abbrev, std::vector<uint8_t>* dbg_str);