Home
last modified time | relevance | path

Searched refs:kCallCodeSize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.cc120 static const int kCallCodeSize = 5; in PatchCodeWithCall() local
121 int code_size = kCallCodeSize + guard_bytes; in PatchCodeWithCall()
136 DCHECK_EQ(kCallCodeSize, in PatchCodeWithCall()
/external/v8/src/ia32/
Dassembler-ia32.cc125 static const int kCallCodeSize = 5; in PatchCodeWithCall() local
126 int code_size = kCallCodeSize + guard_bytes; in PatchCodeWithCall()
141 DCHECK_EQ(kCallCodeSize, in PatchCodeWithCall()