StubCache 114 src/arm/stub-cache-arm.cc if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { StubCache 116 src/arm/stub-cache-arm.cc } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { StubCache 188 src/arm/stub-cache-arm.cc void StubCache::GenerateProbe(MacroAssembler* masm, StubCache 80 src/ia32/stub-cache-ia32.cc if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { StubCache 82 src/ia32/stub-cache-ia32.cc } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { StubCache 118 src/ia32/stub-cache-ia32.cc if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { StubCache 120 src/ia32/stub-cache-ia32.cc } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { StubCache 191 src/ia32/stub-cache-ia32.cc void StubCache::GenerateProbe(MacroAssembler* masm, StubCache 1806 src/isolate.cc stub_cache_ = new StubCache(this, runtime_zone()); StubCache 78 src/isolate.h class StubCache; StubCache 831 src/isolate.h StubCache* stub_cache() { return stub_cache_; } StubCache 1194 src/isolate.h StubCache* stub_cache_; StubCache 104 src/mips/stub-cache-mips.cc if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { StubCache 106 src/mips/stub-cache-mips.cc } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { StubCache 177 src/mips/stub-cache-mips.cc void StubCache::GenerateProbe(MacroAssembler* masm, StubCache 266 src/serialize.cc StubCache* stub_cache = isolate->stub_cache(); StubCache 269 src/serialize.cc Add(stub_cache->key_reference(StubCache::kPrimary).address(), StubCache 273 src/serialize.cc Add(stub_cache->value_reference(StubCache::kPrimary).address(), StubCache 277 src/serialize.cc Add(stub_cache->map_reference(StubCache::kPrimary).address(), StubCache 281 src/serialize.cc Add(stub_cache->key_reference(StubCache::kSecondary).address(), StubCache 285 src/serialize.cc Add(stub_cache->value_reference(StubCache::kSecondary).address(), StubCache 289 src/serialize.cc Add(stub_cache->map_reference(StubCache::kSecondary).address(), StubCache 46 src/stub-cache.cc StubCache::StubCache(Isolate* isolate, Zone* zone) StubCache 52 src/stub-cache.cc void StubCache::Initialize() { StubCache 59 src/stub-cache.cc Code* StubCache::Set(String* name, Map* map, Code* code) { StubCache 103 src/stub-cache.cc Handle<Code> StubCache::ComputeLoadNonexistent(Handle<String> name, StubCache 136 src/stub-cache.cc Handle<Code> StubCache::ComputeLoadField(Handle<String> name, StubCache 155 src/stub-cache.cc Handle<Code> StubCache::ComputeLoadCallback(Handle<String> name, StubCache 176 src/stub-cache.cc Handle<Code> StubCache::ComputeLoadViaGetter(Handle<String> name, StubCache 196 src/stub-cache.cc Handle<Code> StubCache::ComputeLoadConstant(Handle<String> name, StubCache 216 src/stub-cache.cc Handle<Code> StubCache::ComputeLoadInterceptor(Handle<String> name, StubCache 235 src/stub-cache.cc Handle<Code> StubCache::ComputeLoadNormal() { StubCache 240 src/stub-cache.cc Handle<Code> StubCache::ComputeLoadGlobal(Handle<String> name, StubCache 261 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedLoadField(Handle<String> name, StubCache 281 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedLoadConstant(Handle<String> name, StubCache 301 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedLoadInterceptor(Handle<String> name, StubCache 319 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedLoadCallback( StubCache 340 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedLoadArrayLength(Handle<String> name, StubCache 356 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedLoadStringLength(Handle<String> name, StubCache 373 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedLoadFunctionPrototype( StubCache 390 src/stub-cache.cc Handle<Code> StubCache::ComputeStoreField(Handle<String> name, StubCache 412 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedLoadOrStoreElement( StubCache 480 src/stub-cache.cc Handle<Code> StubCache::ComputeStoreNormal(StrictModeFlag strict_mode) { StubCache 487 src/stub-cache.cc Handle<Code> StubCache::ComputeStoreGlobal(Handle<String> name, StubCache 505 src/stub-cache.cc Handle<Code> StubCache::ComputeStoreCallback(Handle<String> name, StubCache 524 src/stub-cache.cc Handle<Code> StubCache::ComputeStoreViaSetter(Handle<String> name, StubCache 544 src/stub-cache.cc Handle<Code> StubCache::ComputeStoreInterceptor(Handle<String> name, StubCache 560 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedStoreField(Handle<String> name, StubCache 586 src/stub-cache.cc Handle<Code> StubCache::ComputeCallConstant(int argc, StubCache 627 src/stub-cache.cc Handle<Code> StubCache::ComputeCallField(int argc, StubCache 665 src/stub-cache.cc Handle<Code> StubCache::ComputeCallInterceptor(int argc, StubCache 702 src/stub-cache.cc Handle<Code> StubCache::ComputeCallGlobal(int argc, StubCache 740 src/stub-cache.cc Code* StubCache::FindCallInitialize(int argc, StubCache 761 src/stub-cache.cc Handle<Code> StubCache::ComputeCallInitialize(int argc, StubCache 781 src/stub-cache.cc Handle<Code> StubCache::ComputeCallInitialize(int argc, RelocInfo::Mode mode) { StubCache 786 src/stub-cache.cc Handle<Code> StubCache::ComputeKeyedCallInitialize(int argc) { StubCache 792 src/stub-cache.cc Handle<Code> StubCache::ComputeCallPreMonomorphic( StubCache 810 src/stub-cache.cc Handle<Code> StubCache::ComputeCallNormal(int argc, StubCache 827 src/stub-cache.cc Handle<Code> StubCache::ComputeCallArguments(int argc, Code::Kind kind) { StubCache 844 src/stub-cache.cc Handle<Code> StubCache::ComputeCallMegamorphic( StubCache 863 src/stub-cache.cc Handle<Code> StubCache::ComputeCallMiss(int argc, StubCache 884 src/stub-cache.cc Handle<Code> StubCache::ComputeCallDebugBreak(int argc, StubCache 903 src/stub-cache.cc Handle<Code> StubCache::ComputeCallDebugPrepareStepIn(int argc, StubCache 923 src/stub-cache.cc void StubCache::Clear() { StubCache 936 src/stub-cache.cc void StubCache::CollectMatchingMaps(SmallMapList* types, StubCache 51 src/stub-cache.h class StubCache; StubCache 63 src/stub-cache.h friend class StubCache; StubCache 67 src/stub-cache.h class StubCache { StubCache 285 src/stub-cache.h SCTableReference key_reference(StubCache::Table table) { StubCache 291 src/stub-cache.h SCTableReference map_reference(StubCache::Table table) { StubCache 297 src/stub-cache.h SCTableReference value_reference(StubCache::Table table) { StubCache 303 src/stub-cache.h StubCache::Entry* first_entry(StubCache::Table table) { StubCache 305 src/stub-cache.h case StubCache::kPrimary: return StubCache::primary_; StubCache 306 src/stub-cache.h case StubCache::kSecondary: return StubCache::secondary_; StubCache 317 src/stub-cache.h StubCache(Isolate* isolate, Zone* zone); StubCache 394 src/stub-cache.h DISALLOW_COPY_AND_ASSIGN(StubCache); StubCache 56 src/x64/stub-cache-x64.cc ASSERT_EQ(24, sizeof(StubCache::Entry)); StubCache 94 src/x64/stub-cache-x64.cc if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { StubCache 96 src/x64/stub-cache-x64.cc } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { StubCache 160 src/x64/stub-cache-x64.cc void StubCache::GenerateProbe(MacroAssembler* masm,