Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-debug.cc889 ASSERT(kEntriesIndex <= size); in JSFunctionResultCacheVerify()
894 ASSERT(kEntriesIndex <= finger); in JSFunctionResultCacheVerify()
895 ASSERT((finger < size) || (finger == kEntriesIndex && finger == size)); in JSFunctionResultCacheVerify()
899 for (int i = kEntriesIndex; i < size; i++) { in JSFunctionResultCacheVerify()
Dobjects-inl.h667 if (length < JSFunctionResultCache::kEntriesIndex) return false; in IsJSFunctionResultCache()
668 if ((length - JSFunctionResultCache::kEntriesIndex) in IsJSFunctionResultCache()
2465 set_finger_index(kEntriesIndex); in MakeZeroSize()
2466 set_size(kEntriesIndex); in MakeZeroSize()
2472 Object** entries_start = RawField(this, OffsetOfElementAt(kEntriesIndex)); in Clear()
2475 cache_size - kEntriesIndex); in Clear()
Dbootstrapper.cc1859 int array_size = JSFunctionResultCache::kEntriesIndex + 2 * size; in CreateCache()
Druntime.cc13028 i >= JSFunctionResultCache::kEntriesIndex; in RUNTIME_FUNCTION()
13089 index = JSFunctionResultCache::kEntriesIndex; in RUNTIME_FUNCTION()
13094 ASSERT(index >= JSFunctionResultCache::kEntriesIndex); in RUNTIME_FUNCTION()
Dobjects.h3297 static const int kEntriesIndex = kDummyIndex + 1; variable
/external/chromium_org/v8/src/
Dobjects-debug.cc990 CHECK(kEntriesIndex <= size); in JSFunctionResultCacheVerify()
995 CHECK(kEntriesIndex <= finger); in JSFunctionResultCacheVerify()
996 CHECK((finger < size) || (finger == kEntriesIndex && finger == size)); in JSFunctionResultCacheVerify()
1000 for (int i = kEntriesIndex; i < size; i++) { in JSFunctionResultCacheVerify()
Dobjects-inl.h722 if (length < JSFunctionResultCache::kEntriesIndex) return false; in IsJSFunctionResultCache()
723 if ((length - JSFunctionResultCache::kEntriesIndex) in IsJSFunctionResultCache()
3233 set_finger_index(kEntriesIndex); in MakeZeroSize()
3234 set_size(kEntriesIndex); in MakeZeroSize()
3240 Object** entries_start = RawField(this, OffsetOfElementAt(kEntriesIndex)); in Clear()
3243 cache_size - kEntriesIndex); in Clear()
Dbootstrapper.cc2099 int array_size = JSFunctionResultCache::kEntriesIndex + 2 * size; in CreateCache()
Druntime.cc14403 i >= JSFunctionResultCache::kEntriesIndex; in RUNTIME_FUNCTION()
14466 index = JSFunctionResultCache::kEntriesIndex; in RUNTIME_FUNCTION()
14471 ASSERT(index >= JSFunctionResultCache::kEntriesIndex); in RUNTIME_FUNCTION()
Dobjects.h4202 static const int kEntriesIndex = kDummyIndex + 1; variable