Home
last modified time | relevance | path

Searched refs:GetGraph (Results 51 – 55 of 55) sorted by relevance

123

/art/compiler/optimizing/
Dcode_generator_x86_64.h367 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
Dintrinsics_arm_vixl.cc66 return codegen_->GetGraph()->GetAllocator(); in GetAllocator()
195 : allocator_(codegen->GetGraph()->GetAllocator()), in IntrinsicLocationsBuilderARMVIXL()
2256 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPToFPCallLocations()
2281 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPFPToFPCallLocations()
Dintrinsics_arm64.cc74 return codegen_->GetGraph()->GetAllocator(); in GetAllocator()
2028 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); in VisitSystemArrayCopyChar()
2267 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); in VisitSystemArrayCopy()
Dintrinsics_x86_64.cc44 : allocator_(codegen->GetGraph()->GetAllocator()), codegen_(codegen) { in IntrinsicLocationsBuilderX86_64()
52 return codegen_->GetGraph()->GetAllocator(); in GetAllocator()
Dintrinsics_x86.cc44 : allocator_(codegen->GetGraph()->GetAllocator()), in IntrinsicLocationsBuilderX86()
54 return codegen_->GetGraph()->GetAllocator(); in GetAllocator()

123