HomeSort by relevance Sort by last modified time
    Searched defs:stub_cache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
isolate.h 840 StubCache* stub_cache() { return stub_cache_; } function in class:v8::internal::Isolate
    [all...]
serialize.cc 244 StubCache* stub_cache = isolate->stub_cache(); local
247 Add(stub_cache->key_reference(StubCache::kPrimary).address(),
251 Add(stub_cache->value_reference(StubCache::kPrimary).address(),
255 Add(stub_cache->map_reference(StubCache::kPrimary).address(),
259 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
263 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
267 Add(stub_cache->map_reference(StubCache::kSecondary).address(),
    [all...]

Completed in 847 milliseconds