HomeSort by relevance Sort by last modified time
    Searched refs:kCallInstructionLength (Results 1 - 4 of 4) sorted by null

  /external/v8/src/ia32/
debug-ia32.cc 49 Assembler::kCallInstructionLength);
51 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength);
assembler-ia32.h 469 static const int kCallInstructionLength = 5;
  /external/v8/src/x64/
debug-x64.cc 196 Assembler::kCallInstructionLength);
198 Assembler::kJSReturnSequenceLength - Assembler::kCallInstructionLength);
assembler-x64.h 459 static const int kCallInstructionLength = 13;
    [all...]

Completed in 141 milliseconds