HomeSort by relevance Sort by last modified time
    Searched refs:PcRelativeFixups (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
pc_relative_fixups_mips.h 29 class PcRelativeFixups : public HOptimization {
31 PcRelativeFixups(HGraph* graph, CodeGenerator* codegen, OptimizingCompilerStats* stats)
pc_relative_fixups_x86.h 29 class PcRelativeFixups : public HOptimization {
31 PcRelativeFixups(HGraph* graph, CodeGenerator* codegen, OptimizingCompilerStats* stats)
optimization.cc 112 return mips::PcRelativeFixups::kPcRelativeFixupsMipsPassName;
118 return x86::PcRelativeFixups::kPcRelativeFixupsX86PassName;
305 opt = new (allocator) mips::PcRelativeFixups(graph, codegen, stats);
315 opt = new (allocator) x86::PcRelativeFixups(graph, codegen, stats);
pc_relative_fixups_mips.cc 131 void PcRelativeFixups::Run() {
pc_relative_fixups_x86.cc 262 void PcRelativeFixups::Run() {

Completed in 57 milliseconds