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

  /external/v8/src/
serialize.cc 265 StubCache* stub_cache = isolate->stub_cache(); local
268 Add(stub_cache->key_reference(StubCache::kPrimary).address(),
272 Add(stub_cache->value_reference(StubCache::kPrimary).address(),
276 Add(stub_cache->map_reference(StubCache::kPrimary).address(),
280 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
284 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
288 Add(stub_cache->map_reference(StubCache::kSecondary).address(),
    [all...]
isolate.h 808 StubCache* stub_cache() { return stub_cache_; } function in class:v8::internal::Isolate
    [all...]

Completed in 47 milliseconds