Lines Matching refs:vector
84 OatWriter(const std::vector<const DexFile*>& dex_files,
105 const std::vector<uintptr_t>& GetAbsolutePatchLocations() const { in GetAbsolutePatchLocations()
126 const std::vector<DebugInfo>& GetMethodDebugInfo() const { in GetMethodDebugInfo()
195 std::vector<uint32_t> methods_offsets_;
204 const std::vector<CompiledMethod*>& compiled_methods,
224 std::vector<CompiledMethod*> compiled_methods_;
230 std::vector<uint32_t> oat_method_offsets_offsets_from_oat_class_;
254 std::vector<OatMethodOffsets> method_offsets_;
255 std::vector<OatQuickMethodHeader> method_headers_;
261 std::vector<DebugInfo> method_info_;
267 const std::vector<const DexFile*>* dex_files_;
286 std::vector<OatDexFile*> oat_dex_files_;
287 std::vector<OatClass*> oat_classes_;
288 std::unique_ptr<const std::vector<uint8_t>> interpreter_to_interpreter_bridge_;
289 std::unique_ptr<const std::vector<uint8_t>> interpreter_to_compiled_code_bridge_;
290 std::unique_ptr<const std::vector<uint8_t>> jni_dlsym_lookup_;
291 std::unique_ptr<const std::vector<uint8_t>> quick_generic_jni_trampoline_;
292 std::unique_ptr<const std::vector<uint8_t>> quick_imt_conflict_trampoline_;
293 std::unique_ptr<const std::vector<uint8_t>> quick_resolution_trampoline_;
294 std::unique_ptr<const std::vector<uint8_t>> quick_to_interpreter_bridge_;
331 std::vector<uintptr_t> absolute_patch_locations_;