Searched refs:check_codesize (Results 1 – 3 of 3) sorted by relevance
21 Label check_codesize; in EmitDebugBreakSlot() local22 __ bind(&check_codesize); in EmitDebugBreakSlot()25 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()47 Label check_codesize; in PatchDebugBreakSlot() local48 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()53 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()
20 Label check_codesize; in EmitDebugBreakSlot() local21 __ bind(&check_codesize); in EmitDebugBreakSlot()24 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()48 Label check_codesize; in PatchDebugBreakSlot() local49 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()52 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()