Home
last modified time | relevance | path

Searched refs:kMaxObjectSize (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/
H A Dpool-manager.h108 static const int kMaxObjectSize = 4 * KBytes; member in vixl::LocationBase
118 VIXL_ASSERT(size <= kMaxObjectSize); in LocationBase()
130 VIXL_ASSERT(size <= kMaxObjectSize); in LocationBase()
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h459 VIXL_ASSERT((strlen(str) + 1) <= kMaxObjectSize); in StringLiteral()
463 VIXL_ASSERT((strlen(str) + 1) <= kMaxObjectSize); in StringLiteral()
476 VIXL_ASSERT((strlen(str) + 1) <= kMaxObjectSize);
481 VIXL_ASSERT((strlen(str) + 1) <= kMaxObjectSize);

Completed in 5 milliseconds