Home
last modified time | relevance | path

Searched refs:TryRemoveSuspendCheckEntry (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h121 bool TryRemoveSuspendCheckEntry(HInstruction* instruction);
Dregister_allocator_linear_scan.cc246 if (TryRemoveSuspendCheckEntry(instruction)) { in ProcessInstruction()
304 bool RegisterAllocatorLinearScan::TryRemoveSuspendCheckEntry(HInstruction* instruction) { in TryRemoveSuspendCheckEntry() function in art::RegisterAllocatorLinearScan