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

  /art/compiler/driver/
compiled_method_storage.h 67 const ArrayRef<const linker::LinkerPatch>& linker_patches);
68 void ReleaseLinkerPatches(const LengthPrefixedArray<linker::LinkerPatch>* linker_patches);
compiled_method_storage.cc 231 const ArrayRef<const linker::LinkerPatch>& linker_patches) {
232 return AllocateOrDeduplicateArray(linker_patches, &dedupe_linker_patches_);
236 const LengthPrefixedArray<linker::LinkerPatch>* linker_patches) {
237 ReleaseArrayIfNotDeduplicated(linker_patches);
  /art/compiler/optimizing/
optimizing_compiler.cc 691 ArenaVector<linker::LinkerPatch> linker_patches(codegen->GetGraph()->GetAllocator()->Adapter());
692 codegen->EmitLinkerPatches(&linker_patches);
695 std::sort(linker_patches.begin(), linker_patches.end(),
700 return linker_patches;
707 ArenaVector<linker::LinkerPatch> linker_patches = EmitAndSortLinkerPatches(codegen); local
732 ArrayRef<const linker::LinkerPatch>(linker_patches));
    [all...]
code_generator_mips.h 399 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
679 ArenaVector<linker::LinkerPatch>* linker_patches);
code_generator_mips64.h 378 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
642 ArenaVector<linker::LinkerPatch>* linker_patches);
code_generator_x86.h 433 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
621 ArenaVector<linker::LinkerPatch>* linker_patches);
code_generator_x86_64.h 428 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
592 ArenaVector<linker::LinkerPatch>* linker_patches);
code_generator_arm64.cc     [all...]
code_generator_arm64.h 630 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
    [all...]
code_generator_arm_vixl.h 598 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator.h 212 virtual void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches);
    [all...]
code_generator_mips.cc     [all...]
code_generator.cc 446 ArenaVector<linker::LinkerPatch>* linker_patches ATTRIBUTE_UNUSED) {
    [all...]

Completed in 2256 milliseconds