Lines Matching refs:vector
118 void CompileAll(jobject class_loader, const std::vector<const DexFile*>& dex_files,
166 const std::vector<uint8_t>* CreateInterpreterToInterpreterBridge() const
168 const std::vector<uint8_t>* CreateInterpreterToCompiledCodeBridge() const
170 const std::vector<uint8_t>* CreateJniDlsymLookup() const
172 const std::vector<uint8_t>* CreatePortableImtConflictTrampoline() const
174 const std::vector<uint8_t>* CreatePortableResolutionTrampoline() const
176 const std::vector<uint8_t>* CreatePortableToInterpreterBridge() const
178 const std::vector<uint8_t>* CreateQuickGenericJniTrampoline() const
180 const std::vector<uint8_t>* CreateQuickImtConflictTrampoline() const
182 const std::vector<uint8_t>* CreateQuickResolutionTrampoline() const
184 const std::vector<uint8_t>* CreateQuickToInterpreterBridge() const
395 const std::vector<const DexFile*>& dex_files,
628 const std::vector<const CallPatchInformation*>& GetCodeToPatch() const { in GetCodeToPatch()
631 const std::vector<const CallPatchInformation*>& GetMethodsToPatch() const { in GetMethodsToPatch()
634 const std::vector<const TypePatchInformation*>& GetClassesToPatch() const { in GetClassesToPatch()
637 const std::vector<const StringPatchInformation*>& GetStringsToPatch() const { in GetStringsToPatch()
660 std::vector<uint8_t>* GetCallFrameInformation() const { in GetCallFrameInformation()
703 void PreCompile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
712 void Resolve(jobject class_loader, const std::vector<const DexFile*>& dex_files,
716 const std::vector<const DexFile*>& dex_files,
720 void Verify(jobject class_loader, const std::vector<const DexFile*>& dex_files,
723 const std::vector<const DexFile*>& dex_files,
727 void SetVerified(jobject class_loader, const std::vector<const DexFile*>& dex_files,
730 const std::vector<const DexFile*>& dex_files,
734 void InitializeClasses(jobject class_loader, const std::vector<const DexFile*>& dex_files,
738 const std::vector<const DexFile*>& dex_files,
746 void Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
749 const std::vector<const DexFile*>& dex_files,
770 std::vector<const CallPatchInformation*> code_to_patch_;
771 std::vector<const CallPatchInformation*> methods_to_patch_;
772 std::vector<const TypePatchInformation*> classes_to_patch_;
773 std::vector<const StringPatchInformation*> strings_to_patch_;
851 std::unique_ptr<std::vector<uint8_t>> cfi_info_;