Searched refs:TypePatchInformation (Results 1 – 4 of 4) sorted by relevance
397 class TypePatchInformation; variable436 virtual const TypePatchInformation* AsType() const { in AsType()548 class TypePatchInformation : public PatchInformation {557 const TypePatchInformation* AsType() const { in AsType()562 TypePatchInformation(const DexFile* dex_file, in TypePatchInformation() function575 DISALLOW_COPY_AND_ASSIGN(TypePatchInformation);584 const std::vector<const TypePatchInformation*>& GetClassesToPatch() const { in GetClassesToPatch()706 std::vector<const TypePatchInformation*> classes_to_patch_;
1352 classes_to_patch_.push_back(new TypePatchInformation(dex_file, in AddClassPatch()
99 mirror::Class* ElfPatcher::GetTargetType(const CompilerDriver::TypePatchInformation* patch) { in GetTargetType()154 const CompilerDriver::TypePatchInformation* tpatch = patch->AsType(); in SetPatchLocation()251 const std::vector<const CompilerDriver::TypePatchInformation*>& classes_to_patch = in PatchElf()254 const CompilerDriver::TypePatchInformation* patch = classes_to_patch[i]; in PatchElf()
84 mirror::Class* GetTargetType(const CompilerDriver::TypePatchInformation* patch)