Home
last modified time | relevance | path

Searched refs:CanCall (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dlocations.h530 bool CanCall() const { return call_kind_ != kNoCall; } in CanCall() function
533 bool NeedsSafepoint() const { return CanCall(); } in NeedsSafepoint()
Dcode_generator.cc436 if (locations != nullptr && locations->CanCall()) { in AllocateLocations()
Dregister_allocator.cc249 if (locations->CanCall()) { in ProcessInstruction()
Dcode_generator_arm.cc898 || instruction->GetLocations()->CanCall() in InvokeRuntime()