Searched defs:Resolve (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocation_resolver.cc32 void RegisterAllocationResolver::Resolve(ArrayRef<HInstruction* const> safepoints, function in class:art::RegisterAllocationResolver
56 // Resolve outputs, including stack locations.
148 // Resolve non-linear control flow across branches. Order does not matter.
178 // Resolve phi inputs. Order does not matter.
198 // Resolve temp locations.
/art/compiler/utils/arm/
H A Dassembler_thumb2.h594 // Resolve a branch when the target is known.
595 void Resolve(uint32_t target) { function in class:art::arm::FINAL::Fixup
/art/compiler/driver/
H A Dcompiler_driver.cc403 // 2) Resolve all classes
752 void CompilerDriver::Resolve(jobject class_loader, function in class:art::CompilerDriver
774 // Resolve const-strings in the code. Done to have deterministic allocation behavior. Right now
823 TimingLogger::ScopedTiming t("Resolve const-string Strings", timings);
931 // Resolve eagerly to prepare for compilation.
932 Resolve(class_loader, dex_files, timings);
933 VLOG(compiler) << "Resolve: " << GetMemoryUsageString(false);
946 // Resolve strings from const-string. Do this now to have a deterministic image.
948 VLOG(compiler) << "Resolve const-strings: " << GetMemoryUsageString(false);
1122 // Resolve exceptio
[all...]
/art/compiler/utils/mips/
H A Dassembler_mips.cc2179 void MipsAssembler::Branch::Resolve(uint32_t target) { function in class:art::mips::MipsAssembler::Branch
2338 branch->Resolve(bound_pc);
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc2009 void Mips64Assembler::Branch::Resolve(uint32_t target) { function in class:art::mips64::Mips64Assembler::Branch
2130 branch->Resolve(bound_pc);
2423 branch.Resolve(target - sizeof(uint32_t));

Completed in 108 milliseconds