Searched defs:StubCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/ic/
H A Dstub-cache.cc15 StubCache::StubCache(Isolate* isolate) : isolate_(isolate) {} function in class:v8::internal::StubCache
18 void StubCache::Initialize() {
48 Code* StubCache::Set(Name* name, Map* map, Code* code) {
77 Code* StubCache::Get(Name* name, Map* map, Code::Flags flags) {
93 void StubCache::Clear() {
108 void StubCache::CollectMatchingMaps(SmallMapList* types, Handle<Name> name,
H A Dstub-cache.h29 friend class StubCache;
33 class StubCache { class in namespace:v8::internal
62 SCTableReference key_reference(StubCache::Table table) {
67 SCTableReference map_reference(StubCache::Table table) {
72 SCTableReference value_reference(StubCache::Table table) {
77 StubCache::Entry* first_entry(StubCache::Table table) {
79 case StubCache::kPrimary:
80 return StubCache::primary_;
81 case StubCache
[all...]

Completed in 88 milliseconds