Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dassembler-ia32.cc199 static const int kCallCodeSize = 5; in PatchCodeWithCall() local
200 int code_size = kCallCodeSize + guard_bytes; in PatchCodeWithCall()
215 ASSERT_EQ(kCallCodeSize, in PatchCodeWithCall()
/external/v8/src/x64/
Dassembler-x64.cc161 static const int kCallCodeSize = 13; in PatchCodeWithCall() local
162 int code_size = kCallCodeSize + guard_bytes; in PatchCodeWithCall()
178 ASSERT_EQ(kCallCodeSize, in PatchCodeWithCall()