Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h118 void CheckForSafepoint(HInstruction* instruction);
Dregister_allocator_linear_scan.cc259 CheckForSafepoint(instruction); in ProcessInstruction()
363 void RegisterAllocatorLinearScan::CheckForSafepoint(HInstruction* instruction) { in CheckForSafepoint() function in art::RegisterAllocatorLinearScan