HomeSort by relevance Sort by last modified time
    Searched defs:ReserveSpaceEnd (Results 1 - 6 of 6) sorted by null

  /art/compiler/linker/x86/
relative_patcher_x86_base.cc 29 uint32_t X86BaseRelativePatcher::ReserveSpaceEnd(uint32_t offset) {
  /art/compiler/linker/mips/
relative_patcher_mips.cc 31 uint32_t MipsRelativePatcher::ReserveSpaceEnd(uint32_t offset) {
  /art/compiler/linker/mips64/
relative_patcher_mips64.cc 31 uint32_t Mips64RelativePatcher::ReserveSpaceEnd(uint32_t offset) {
  /art/compiler/linker/
multi_oat_relative_patcher.h 77 // Wrapper around RelativePatcher::ReserveSpaceEnd(), doing offset adjustment.
78 uint32_t ReserveSpaceEnd(uint32_t offset) {
80 offset = relative_patcher_->ReserveSpaceEnd(offset);
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 145 uint32_t ArmBaseRelativePatcher::ReserveSpaceEnd(uint32_t offset) {
146 // For multi-oat compilations (boot image), ReserveSpaceEnd() is called for each oat file.
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 142 uint32_t Arm64RelativePatcher::ReserveSpaceEnd(uint32_t offset) {
153 return ArmBaseRelativePatcher::ReserveSpaceEnd(offset);

Completed in 662 milliseconds