Home
last modified time | relevance | path

Searched refs:Relocate (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Druntime_options.def108 RUNTIME_OPTIONS_KEY (bool, Relocate, kDefaultMustRelocate)
Dparsed_options.cc327 .IntoKey(M::Relocate) in MakeParser()
Druntime.cc1632 must_relocate_ = runtime_options.GetOrDefault(Opt::Relocate); in Init()
/art/compiler/utils/riscv64/
Dassembler_riscv64.h2064 void Relocate(uint32_t expand_location, uint32_t delta);
Dassembler_riscv64.cc6928 void Riscv64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() function in art::riscv64::Riscv64Assembler::Branch
7407 branch2.Relocate(expand_location, delta); in PromoteBranches()