Home
last modified time | relevance | path

Searched refs:check_codesize (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/ia32/
Ddebug-ia32.cc18 Label check_codesize; in EmitDebugBreakSlot() local
19 __ bind(&check_codesize); in EmitDebugBreakSlot()
22 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()
46 Label check_codesize; in PatchDebugBreakSlot() local
47 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()
50 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()
/external/v8/src/debug/x64/
Ddebug-x64.cc19 Label check_codesize; in EmitDebugBreakSlot() local
20 __ bind(&check_codesize); in EmitDebugBreakSlot()
23 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()
45 Label check_codesize; in PatchDebugBreakSlot() local
46 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()
51 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()
/external/v8/src/debug/x87/
Ddebug-x87.cc18 Label check_codesize; in EmitDebugBreakSlot() local
19 __ bind(&check_codesize); in EmitDebugBreakSlot()
22 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()
46 Label check_codesize; in PatchDebugBreakSlot() local
47 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()
50 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()