Home
last modified time | relevance | path

Searched refs:PatchInformation (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.h249 class PatchInformation {
274 PatchInformation(const DexFile* dex_file, in PatchInformation() function
300 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_;
Dcompiler_driver.cc1311 code_to_patch_.push_back(new PatchInformation(dex_file, in AddCodePatch()
1327 methods_to_patch_.push_back(new PatchInformation(dex_file, in AddMethodPatch()
/art/compiler/
Dimage_writer.cc649 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()
Dimage_writer.h176 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)