Home
last modified time | relevance | path

Searched refs:kJSReturnSequenceLength (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ia32/
Ddebug-ia32.cc50 ASSERT(Assembler::kJSReturnSequenceLength >= in SetDebugBreakAtReturn()
54 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()
61 Assembler::kJSReturnSequenceLength); in ClearDebugBreakAtReturn()
Dassembler-ia32.h627 static const int kJSReturnSequenceLength = 6; variable
Dfull-codegen-ia32.cc448 ASSERT(Assembler::kJSReturnSequenceLength <= in EmitReturnSequence()
/external/v8/src/x64/
Ddebug-x64.cc51 ASSERT(Assembler::kJSReturnSequenceLength >= in SetDebugBreakAtReturn()
55 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength); in SetDebugBreakAtReturn()
62 Assembler::kJSReturnSequenceLength); in ClearDebugBreakAtReturn()
Dassembler-x64.h615 static const int kJSReturnSequenceLength = 13; variable
Dfull-codegen-x64.cc383 const int kPadding = Assembler::kJSReturnSequenceLength - 7; in EmitReturnSequence()
389 ASSERT(Assembler::kJSReturnSequenceLength <= in EmitReturnSequence()