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 307 StubCache* stub_cache = isolate->stub_cache(); local
310 Add(stub_cache->key_reference(StubCache::kPrimary).address(),
314 Add(stub_cache->value_reference(StubCache::kPrimary).address(),
318 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
322 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
    [all...]
isolate.h 823 StubCache* stub_cache() { return stub_cache_; } function in class:v8::internal::Isolate
    [all...]

Completed in 37 milliseconds