HomeSort by relevance Sort by last modified time
    Searched refs:TypePatchInformation (Results 1 - 4 of 4) sorted by null

  /art/compiler/driver/
compiler_driver.h 418 class TypePatchInformation;
457 virtual const TypePatchInformation* AsType() const {
569 class TypePatchInformation : public PatchInformation {
578 const TypePatchInformation* AsType() const {
583 TypePatchInformation(const DexFile* dex_file,
596 DISALLOW_COPY_AND_ASSIGN(TypePatchInformation);
608 const TypePatchInformation* AsType() const {
634 const std::vector<const TypePatchInformation*>& GetClassesToPatch() const {
772 std::vector<const TypePatchInformation*> classes_to_patch_;
    [all...]
compiler_driver.cc     [all...]
  /art/compiler/
elf_patcher.h 84 mirror::Class* GetTargetType(const CompilerDriver::TypePatchInformation* patch)
elf_patcher.cc 109 mirror::Class* ElfPatcher::GetTargetType(const CompilerDriver::TypePatchInformation* patch) {
164 const CompilerDriver::TypePatchInformation* tpatch = patch->AsType();
262 for (const CompilerDriver::TypePatchInformation* patch : compiler_driver_->GetClassesToPatch()) {

Completed in 46 milliseconds