Home
last modified time | relevance | path

Searched refs:kJSReturnSequenceInstructions (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/mips64/
Ddebug-mips64.cc33 DCHECK(Assembler::kJSReturnSequenceInstructions == 7); in SetDebugBreakAtReturn()
34 CodePatcher patcher(rinfo()->pc(), Assembler::kJSReturnSequenceInstructions); in SetDebugBreakAtReturn()
50 Assembler::kJSReturnSequenceInstructions); in ClearDebugBreakAtReturn()
Dassembler-mips64.h577 static const int kJSReturnSequenceInstructions = 7; variable
Dfull-codegen-mips64.cc452 DCHECK(Assembler::kJSReturnSequenceInstructions <= in EmitReturnSequence()
/external/v8/src/mips/
Ddebug-mips.cc33 DCHECK(Assembler::kJSReturnSequenceInstructions == 7); in SetDebugBreakAtReturn()
34 CodePatcher patcher(rinfo()->pc(), Assembler::kJSReturnSequenceInstructions); in SetDebugBreakAtReturn()
51 Assembler::kJSReturnSequenceInstructions); in ClearDebugBreakAtReturn()
Dassembler-mips.h586 static const int kJSReturnSequenceInstructions = 7; variable
Dfull-codegen-mips.cc456 DCHECK(Assembler::kJSReturnSequenceInstructions <= in EmitReturnSequence()
/external/v8/src/arm/
Ddebug-arm.cc31 CodePatcher patcher(rinfo()->pc(), Assembler::kJSReturnSequenceInstructions); in SetDebugBreakAtReturn()
43 Assembler::kJSReturnSequenceInstructions); in ClearDebugBreakAtReturn()
Dassembler-arm.h820 static const int kJSReturnSequenceInstructions = 4; variable
Dfull-codegen-arm.cc469 DCHECK(Assembler::kJSReturnSequenceInstructions <= in EmitReturnSequence()