Searched defs:StubCache (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/v8/src/ic/ | ||
| D | stub-cache.cc | 15 StubCache::StubCache(Isolate* isolate) : isolate_(isolate) {} in StubCache() function in v8::internal::StubCache |
| D | stub-cache.h | 29 friend class StubCache; variable |
| /external/chromium_org/v8/src/ | ||
| D | isolate.h | 65 class StubCache; variable |