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

  /external/v8/src/
external-reference-table.cc 414 StubCache* store_stub_cache = isolate->store_stub_cache(); local
417 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(),
419 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(),
421 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(),
423 Add(store_stub_cache->key_reference(StubCache::kSecondary).address(),
425 Add(store_stub_cache->value_reference(StubCache::kSecondary).address(),
427 Add(store_stub_cache->map_reference(StubCache::kSecondary).address(),
isolate.h 859 StubCache* store_stub_cache() { return store_stub_cache_; } function in class:v8::internal::Isolate
    [all...]

Completed in 255 milliseconds