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.cc24 uint32_t X86BaseRelativePatcher::ReserveSpace( in ReserveSpace()
31 uint32_t X86BaseRelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
35 uint32_t X86BaseRelativePatcher::WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) { in WriteThunks()
39 std::vector<debug::MethodDebugInfo> X86BaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
44 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall()
Drelative_patcher_x86_base.h25 class X86BaseRelativePatcher : public RelativePatcher {
39 X86BaseRelativePatcher() { } in X86BaseRelativePatcher() function
47 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 {