Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dmachine_code.h50 MachineCode() : code_(&arena_), relocations_(&arena_) { in MachineCode()
87 relocations_.push_back(Relocation{dst, type, pc, data}); in AddRelocation()
124 RelocationList relocations_; variable
/frameworks/libs/binary_translation/assembler/
Dmachine_code.cc55 for (const auto& rel : relocations_) { in PerformRelocations()