Searched refs:is_debug_stub (Results 1 – 12 of 12) sorted by relevance
50 DCHECK(code->is_debug_stub()); in PatchDebugBreakSlot()
46 DCHECK(code->is_debug_stub()); in PatchDebugBreakSlot()
45 DCHECK(code->is_debug_stub()); in PatchDebugBreakSlot()
43 DCHECK(code->is_debug_stub()); in PatchDebugBreakSlot()
48 DCHECK(code->is_debug_stub()); in PatchDebugBreakSlot()
241 if (code->is_debug_stub()) return UNINITIALIZED; in StateFromCode()458 if (target->is_debug_stub()) return; in Clear()
5038 DCHECK(is_inline_cache_stub() || is_debug_stub()); in extra_ic_state()5296 bool Code::is_debug_stub() { in is_debug_stub() function
5466 inline bool is_debug_stub();