HomeSort by relevance Sort by last modified time
    Searched refs:StubCache (Results 1 - 10 of 10) sorted by null

  /external/v8/src/ic/
stub-cache.h 29 friend class StubCache;
33 class StubCache {
50 SCTableReference key_reference(StubCache::Table table) {
55 SCTableReference map_reference(StubCache::Table table) {
60 SCTableReference value_reference(StubCache::Table table) {
65 StubCache::Entry* first_entry(StubCache::Table table) {
67 case StubCache::kPrimary:
68 return StubCache::primary_;
69 case StubCache::kSecondary
    [all...]
stub-cache.cc 16 StubCache::StubCache(Isolate* isolate) : isolate_(isolate) {
17 // Ensure the nullptr (aka Smi::kZero) which StubCache::Get() returns
22 void StubCache::Initialize() {
31 int StubCache::PrimaryOffset(Name* name, Map* map) {
49 int StubCache::SecondaryOffset(Name* name, int seed) {
60 bool CommonStubCacheChecks(StubCache* stub_cache, Name* name, Map* map,
75 MaybeObject* StubCache::Set(Name* name, Map* map, MaybeObject* handler) {
102 MaybeObject* StubCache::Get(Name* name, Map* map) {
118 void StubCache::Clear()
    [all...]
accessor-assembler.h 52 void TryProbeStubCache(StubCache* stub_cache, Node* receiver, Node* name,
294 // This enum is used here as a replacement for StubCache::Table to avoid
301 void TryProbeStubCacheTable(StubCache* stub_cache, StubCacheTable table_id,
accessor-assembler.cc     [all...]
ic.h 123 StubCache* stub_cache();
ic.cc 716 StubCache* IC::stub_cache() {
    [all...]
  /external/v8/src/
external-reference-table.cc 195 StubCache* load_stub_cache = isolate->load_stub_cache();
198 Add(load_stub_cache->key_reference(StubCache::kPrimary).address(),
199 "Load StubCache::primary_->key", index);
200 Add(load_stub_cache->value_reference(StubCache::kPrimary).address(),
201 "Load StubCache::primary_->value", index);
202 Add(load_stub_cache->map_reference(StubCache::kPrimary).address(),
203 "Load StubCache::primary_->map", index);
204 Add(load_stub_cache->key_reference(StubCache::kSecondary).address(),
205 "Load StubCache::secondary_->key", index);
206 Add(load_stub_cache->value_reference(StubCache::kSecondary).address()
    [all...]
isolate.h 107 class StubCache;
    [all...]
isolate.cc     [all...]
code-stub-assembler.h 24 class StubCache;
    [all...]

Completed in 965 milliseconds