Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h397 class TypePatchInformation; variable
436 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() function
575 DISALLOW_COPY_AND_ASSIGN(TypePatchInformation);
584 const std::vector<const TypePatchInformation*>& GetClassesToPatch() const { in GetClassesToPatch()
706 std::vector<const TypePatchInformation*> classes_to_patch_;
Dcompiler_driver.cc1352 classes_to_patch_.push_back(new TypePatchInformation(dex_file, in AddClassPatch()
/art/compiler/
Delf_patcher.cc99 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()
Delf_patcher.h84 mirror::Class* GetTargetType(const CompilerDriver::TypePatchInformation* patch)