Home
last modified time | relevance | path

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

/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc414 static const int kFarJumpDistance = 256; in TEST_F() local
448 for (int i = 0; i < kFarJumpDistance - 18; i++) { in TEST_F()
455 DCHECK_EQ(array->length(), 36 + kFarJumpDistance - 18 + 1); in TEST_F()
493 Smi::FromInt(kFarJumpDistance)); in TEST_F()
501 Smi::FromInt(kFarJumpDistance - 4)); in TEST_F()
509 Smi::FromInt(kFarJumpDistance - 8)); in TEST_F()
517 Smi::FromInt(kFarJumpDistance - 12)); in TEST_F()
526 Smi::FromInt(kFarJumpDistance - 16)); in TEST_F()