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

  /external/v8/src/
external-reference-table.cc 398 StubCache* load_stub_cache = isolate->load_stub_cache(); local
401 Add(load_stub_cache->key_reference(StubCache::kPrimary).address(),
403 Add(load_stub_cache->value_reference(StubCache::kPrimary).address(),
405 Add(load_stub_cache->map_reference(StubCache::kPrimary).address(),
407 Add(load_stub_cache->key_reference(StubCache::kSecondary).address(),
409 Add(load_stub_cache->value_reference(StubCache::kSecondary).address(),
411 Add(load_stub_cache->map_reference(StubCache::kSecondary).address(),
isolate.h 858 StubCache* load_stub_cache() { return load_stub_cache_; } function in class:v8::internal::Isolate
    [all...]

Completed in 750 milliseconds