HomeSort by relevance Sort by last modified time
    Searched refs:store_stub_cache (Results 1 - 7 of 7) 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(),
type-info.cc 415 CollectReceiverTypes(isolate()->store_stub_cache(), slot, name,
isolate.h 859 StubCache* store_stub_cache() { return store_stub_cache_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/src/ic/
keyed-store-generic.cc     [all...]
accessor-assembler.cc     [all...]
ic.cc     [all...]
  /external/v8/src/heap/
mark-compact.cc 852 isolate()->store_stub_cache()->Clear();
    [all...]

Completed in 80 milliseconds