Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h622 bool NeedsSuspendCheckEntry() const { in NeedsSuspendCheckEntry() function
Dcode_generator.h416 bool NeedsSuspendCheckEntry() const { in NeedsSuspendCheckEntry() function
Dregister_allocator_linear_scan.cc306 if (instruction->IsSuspendCheckEntry() && !codegen_->NeedsSuspendCheckEntry()) { in TryRemoveSuspendCheckEntry()
Dcode_generator.cc913 if (locations->NeedsSuspendCheckEntry()) { in AllocateLocations()