Searched refs:PatchInformation (Results 1 – 4 of 4) sorted by relevance
249 class PatchInformation {274 PatchInformation(const DexFile* dex_file, in PatchInformation() function300 DISALLOW_COPY_AND_ASSIGN(PatchInformation);303 const std::vector<const PatchInformation*>& GetCodeToPatch() const { in GetCodeToPatch()306 const std::vector<const PatchInformation*>& GetMethodsToPatch() const { in GetMethodsToPatch()377 std::vector<const PatchInformation*> code_to_patch_;378 std::vector<const PatchInformation*> methods_to_patch_;
1311 code_to_patch_.push_back(new PatchInformation(dex_file, in AddCodePatch()1327 methods_to_patch_.push_back(new PatchInformation(dex_file, in AddMethodPatch()
649 static ArtMethod* GetTargetMethod(const CompilerDriver::PatchInformation* patch) in GetTargetMethod()675 typedef std::vector<const CompilerDriver::PatchInformation*> Patches; in PatchOatCodeAndMethods()678 const CompilerDriver::PatchInformation* patch = code_to_patch[i]; in PatchOatCodeAndMethods()688 const CompilerDriver::PatchInformation* patch = methods_to_patch[i]; in PatchOatCodeAndMethods()699 void ImageWriter::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) { in SetPatchLocation()
176 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)