Home | History | Annotate | Download | only in src

Lines Matching full:jsfunctionresultcache

872   if (length < JSFunctionResultCache::kEntriesIndex) return false;
873 if ((length - JSFunctionResultCache::kEntriesIndex)
874 % JSFunctionResultCache::kEntrySize != 0) {
882 reinterpret_cast<JSFunctionResultCache*>(const_cast<Object*>(this))->
3200 CAST_ACCESSOR(JSFunctionResultCache)
3734 void JSFunctionResultCache::MakeZeroSize() {
3740 void JSFunctionResultCache::Clear() {
3750 int JSFunctionResultCache::size() {
3755 void JSFunctionResultCache::set_size(int size) {
3760 int JSFunctionResultCache::finger_index() {
3765 void JSFunctionResultCache::set_finger_index(int finger_index) {