Searched refs:has_debug_break_slots (Results 1 – 4 of 4) sorted by relevance
991 DCHECK(new_code->has_debug_break_slots()); in ComputeNewPcForRedirect()1051 DCHECK(code->has_debug_break_slots()); in ComputePcOffsetFromContinuationIndex()1075 if (frame_code->has_debug_break_slots()) continue; in VisitThread()
4951 bool Code::has_debug_break_slots() { in has_debug_break_slots() function5931 return code()->kind() == Code::FUNCTION && code()->has_debug_break_slots(); in HasDebugCode()
4933 inline bool has_debug_break_slots();
14414 (kind() == FUNCTION && !has_debug_break_slots())) in FindCodeAgeSequence()