Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.h122 void CheckForSafepoint(HInstruction* instruction);
Dregister_allocator_graph_color.cc823 CheckForSafepoint(instruction); in ProcessInstruction()
991 void RegisterAllocatorGraphColor::CheckForSafepoint(HInstruction* instruction) { in CheckForSafepoint() function in art::RegisterAllocatorGraphColor