Searched refs:GetGraph (Results 51 - 62 of 62) sorted by relevance

123

/art/compiler/optimizing/
H A Dcode_generator_x86.h351 return GetGraph()->HasSIMD()
H A Dcode_generator_x86_64.h330 return GetGraph()->HasSIMD()
H A Dscheduler.cc606 HGraph* graph = block->GetGraph();
H A Dssa_builder.cc296 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetAllocator()) HArrayGet(
H A Dsuperblock_cloner.cc656 HGraph* graph = orig_block->GetGraph();
H A Dssa_liveness_analysis.h1044 if (block_at_use.GetGraph()->HasIrreducibleLoops()) {
1269 if (instruction->GetBlock()->GetGraph()->IsDebuggable()) return true;
H A Dintrinsics_arm_vixl.cc68 return codegen_->GetGraph()->GetAllocator();
249 : allocator_(codegen->GetGraph()->GetAllocator()),
2605 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) {
2630 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) {
H A Dintrinsics_arm64.cc73 return codegen_->GetGraph()->GetAllocator();
2190 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator();
2429 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator();
H A Dintrinsics_mips.cc38 : codegen_(codegen), allocator_(codegen->GetGraph()->GetAllocator()) {
46 return codegen_->GetGraph()->GetAllocator();
H A Dintrinsics_mips64.cc38 : codegen_(codegen), allocator_(codegen->GetGraph()->GetAllocator()) {
46 return codegen_->GetGraph()->GetAllocator();
H A Dintrinsics_x86.cc49 : allocator_(codegen->GetGraph()->GetAllocator()),
59 return codegen_->GetGraph()->GetAllocator();
H A Dintrinsics_x86_64.cc44 : allocator_(codegen->GetGraph()->GetAllocator()), codegen_(codegen) {
52 return codegen_->GetGraph()->GetAllocator();

Completed in 424 milliseconds

123