Home
last modified time | relevance | path

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

/external/v8/src/debug/x64/
Ddebug-x64.cc21 Label check_codesize; in EmitDebugBreakSlot() local
22 __ bind(&check_codesize); in EmitDebugBreakSlot()
25 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()
47 Label check_codesize; in PatchDebugBreakSlot() local
48 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()
53 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()
/external/v8/src/debug/ia32/
Ddebug-ia32.cc20 Label check_codesize; in EmitDebugBreakSlot() local
21 __ bind(&check_codesize); in EmitDebugBreakSlot()
24 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()
48 Label check_codesize; in PatchDebugBreakSlot() local
49 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()
52 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()
/external/v8/src/debug/x87/
Ddebug-x87.cc20 Label check_codesize; in EmitDebugBreakSlot() local
21 __ bind(&check_codesize); in EmitDebugBreakSlot()
24 masm->SizeOfCodeGeneratedSince(&check_codesize)); in EmitDebugBreakSlot()
48 Label check_codesize; in PatchDebugBreakSlot() local
49 patcher.masm()->bind(&check_codesize); in PatchDebugBreakSlot()
52 DCHECK_EQ(kSize, patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize)); in PatchDebugBreakSlot()