Searched refs:Relocate (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Druntime_options.def86 RUNTIME_OPTIONS_KEY (bool, Relocate, kDefaultMustRelocate)
H A Dparsed_options.cc195 .IntoKey(M::Relocate)
H A Druntime.cc962 must_relocate_ = runtime_options.GetOrDefault(Opt::Relocate);
/art/compiler/utils/mips/
H A Dassembler_mips.h720 // Relocate a branch by a given delta if needed due to expansion of this or another
722 void Relocate(uint32_t expand_location, uint32_t delta);
H A Dassembler_mips.cc1764 void MipsAssembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { function in class:art::mips::MipsAssembler::Branch
1981 branch2.Relocate(expand_location, delta);
/art/compiler/utils/mips64/
H A Dassembler_mips64.h632 // Relocate a branch by a given delta if needed due to expansion of this or another
634 void Relocate(uint32_t expand_location, uint32_t delta);
H A Dassembler_mips64.cc1439 void Mips64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { function in class:art::mips64::Mips64Assembler::Branch
1649 branch2.Relocate(expand_location, delta);

Completed in 225 milliseconds