Home | History | Annotate | Download | only in src

Lines Matching refs:JSFunctionResultCache

722   if (length < JSFunctionResultCache::kEntriesIndex) return false;
723 if ((length - JSFunctionResultCache::kEntriesIndex)
724 % JSFunctionResultCache::kEntrySize != 0) {
729 reinterpret_cast<JSFunctionResultCache*>(this)->
2648 CAST_ACCESSOR(JSFunctionResultCache)
3232 void JSFunctionResultCache::MakeZeroSize() {
3238 void JSFunctionResultCache::Clear() {
3248 int JSFunctionResultCache::size() {
3253 void JSFunctionResultCache::set_size(int size) {
3258 int JSFunctionResultCache::finger_index() {
3263 void JSFunctionResultCache::set_finger_index(int finger_index) {