Searched refs:graph (Results 76 - 78 of 78) sorted by relevance

1234

/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc991 CodeGeneratorX86_64::CodeGeneratorX86_64(HGraph* graph, argument
995 : CodeGenerator(graph,
1007 location_builder_(graph, this),
1008 instruction_visitor_(graph, this),
1009 move_resolver_(graph->GetArena(), this),
1010 assembler_(graph->GetArena()),
1013 method_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
1014 relative_call_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
1015 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
1016 simple_patches_(graph
1022 InstructionCodeGeneratorX86_64(HGraph* graph, CodeGeneratorX86_64* codegen) argument
[all...]
H A Dcode_generator_mips.cc456 CodeGeneratorMIPS::CodeGeneratorMIPS(HGraph* graph, argument
460 : CodeGenerator(graph,
471 location_builder_(graph, this),
472 instruction_visitor_(graph, this),
473 move_resolver_(graph->GetArena(), this),
474 assembler_(graph->GetArena(), &isa_features),
1130 InstructionCodeGeneratorMIPS::InstructionCodeGeneratorMIPS(HGraph* graph, argument
1132 : InstructionCodeGenerator(graph, codegen),
H A Dregister_allocator.cc78 // Always reserve for the current method and the graph's max out registers.
85 bool RegisterAllocator::CanAllocateRegistersFor(const HGraph& graph ATTRIBUTE_UNUSED,

Completed in 98 milliseconds

1234