Searched refs:check_codesize (Results 1 – 3 of 3) sorted by relevance
18 Label check_codesize; in EmitDebugBreakSlot() local19 __ bind(&check_codesize); in EmitDebugBreakSlot()22 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()46 Label check_codesize; in PatchDebugBreakSlot() local47 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()50 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()
19 Label check_codesize; in EmitDebugBreakSlot() local20 __ bind(&check_codesize); in EmitDebugBreakSlot()23 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()45 Label check_codesize; in PatchDebugBreakSlot() local46 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()51 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()