Searched refs:PatchInformation (Results 1 – 3 of 3) sorted by relevance
411 class PatchInformation {442 PatchInformation(const DexFile* dex_file, in PatchInformation() function452 virtual ~PatchInformation() {} in ~PatchInformation()462 class CallPatchInformation : public PatchInformation {499 : PatchInformation(dex_file, referrer_class_def_idx, in CallPatchInformation()548 class TypePatchInformation : public PatchInformation {567 : PatchInformation(dex_file, referrer_class_def_idx, in TypePatchInformation()
89 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)
132 void ElfPatcher::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) { in SetPatchLocation()