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

/external/chromium_org/v8/src/
H A Disolate.h874 StubCache* stub_cache() { return stub_cache_; } function in class:v8::internal::Isolate
H A Dserialize.cc380 StubCache* stub_cache = isolate->stub_cache(); local
383 Add(stub_cache->key_reference(StubCache::kPrimary).address(),
385 Add(stub_cache->value_reference(StubCache::kPrimary).address(),
387 Add(stub_cache->map_reference(StubCache::kPrimary).address(),
389 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
391 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
393 Add(stub_cache->map_reference(StubCache::kSecondary).address(),

Completed in 60 milliseconds