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

  /art/compiler/optimizing/
code_generator_mips.h 399 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
code_generator_mips64.h 378 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
code_generator_x86.h 433 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
code_generator_x86_64.h 428 void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) OVERRIDE;
code_generator.h 212 virtual void EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches);
    [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...]
optimizing_compiler.cc 692 codegen->EmitLinkerPatches(&linker_patches);
    [all...]
code_generator.cc 445 void CodeGenerator::EmitLinkerPatches(
    [all...]
code_generator_arm64.cc     [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_mips.cc     [all...]

Completed in 435 milliseconds