V8 Project
|
#include <stub-cache.h>
Public Attributes | |
Name * | key |
Code * | value |
Map * | map |
Definition at line 35 of file stub-cache.h.
Name* v8::internal::StubCache::Entry::key |
Definition at line 36 of file stub-cache.h.
Referenced by v8::internal::StubCache::Clear(), v8::internal::StubCache::Get(), and v8::internal::StubCache::Set().
Map* v8::internal::StubCache::Entry::map |
Definition at line 38 of file stub-cache.h.
Referenced by v8::internal::StubCache::Clear(), v8::internal::StubCache::CollectMatchingMaps(), v8::internal::StubCache::Get(), and v8::internal::StubCache::Set().
Code* v8::internal::StubCache::Entry::value |
Definition at line 37 of file stub-cache.h.
Referenced by v8::internal::StubCache::Clear(), v8::internal::StubCache::Get(), and v8::internal::StubCache::Set().