Home
last modified time | relevance | path

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

/art/compiler/linker/x86/
Drelative_patcher_x86_base.cc22 uint32_t X86BaseRelativePatcher::ReserveSpace( in ReserveSpace()
29 uint32_t X86BaseRelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
33 uint32_t X86BaseRelativePatcher::WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) { in WriteThunks()
37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall()
Drelative_patcher_x86_base.h25 class X86BaseRelativePatcher : public RelativePatcher {
36 X86BaseRelativePatcher() { } in X86BaseRelativePatcher() function
44 DISALLOW_COPY_AND_ASSIGN(X86BaseRelativePatcher);
Drelative_patcher_x86.h25 class X86RelativePatcher FINAL : public X86BaseRelativePatcher {
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.h25 class X86_64RelativePatcher FINAL : public X86BaseRelativePatcher {