Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc831 static ArenaVector<LinkerPatch> EmitAndSortLinkerPatches(CodeGenerator* codegen) { in EmitAndSortLinkerPatches() function
849 ArenaVector<LinkerPatch> linker_patches = EmitAndSortLinkerPatches(codegen); in Emit()