Searched refs:UnseededNumberDictionary (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/v8/src/ |
D | code-stubs.cc | 33 UnseededNumberDictionary* stubs = isolate()->heap()->code_stubs(); in FindCodeInCache() 35 if (index != UnseededNumberDictionary::kNotFound) { in FindCodeInCache() 139 Handle<UnseededNumberDictionary> dict = in GetCode() 140 UnseededNumberDictionary::AtNumberPut( in GetCode() 141 Handle<UnseededNumberDictionary>(heap->code_stubs()), in GetCode()
|
D | type-info.cc | 45 if (entry != UnseededNumberDictionary::kNotFound) { in GetInfo() 431 dictionary_ = UnseededNumberDictionary::New(isolate(), infos->length()); in CreateDictionary() 476 UnseededNumberDictionary::kNotFound); in SetInfo() 480 USE(UnseededNumberDictionary::AtNumberPut( in SetInfo()
|
D | type-info.h | 126 Handle<UnseededNumberDictionary> dictionary_;
|
D | stub-cache.cc | 232 Handle<UnseededNumberDictionary> dictionary = in FillCache() 233 UnseededNumberDictionary::Set(isolate->factory()->non_monomorphic_cache(), in FillCache() 242 UnseededNumberDictionary* dictionary = in FindPreMonomorphicIC() 256 Handle<UnseededNumberDictionary> cache = in ComputeLoad() 280 Handle<UnseededNumberDictionary> cache = in ComputeStore()
|
D | globals.h | 311 class UnseededNumberDictionary; variable
|
D | heap.h | 176 V(UnseededNumberDictionary, code_stubs, CodeStubs) \ 177 V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \ 909 void public_set_code_stubs(UnseededNumberDictionary* value) { in public_set_code_stubs() 921 void public_set_non_monomorphic_cache(UnseededNumberDictionary* value) { in public_set_non_monomorphic_cache()
|
D | objects.h | 4205 class UnseededNumberDictionary 4206 : public Dictionary<UnseededNumberDictionary, 4210 static UnseededNumberDictionary* cast(Object* obj) { in cast() 4212 return reinterpret_cast<UnseededNumberDictionary*>(obj); in cast() 4216 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AtNumberPut( 4217 Handle<UnseededNumberDictionary> dictionary, 4220 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AddNumberEntry( 4221 Handle<UnseededNumberDictionary> dictionary, 4227 MUST_USE_RESULT static Handle<UnseededNumberDictionary> Set( 4228 Handle<UnseededNumberDictionary> dictionary,
|
D | objects.cc | 14605 template class Dictionary<UnseededNumberDictionary, 14613 template Handle<UnseededNumberDictionary> 14614 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 14625 template Handle<UnseededNumberDictionary> 14626 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 14627 AtPut(Handle<UnseededNumberDictionary>, uint32_t, Handle<Object>); 14634 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 14701 template Handle<UnseededNumberDictionary> 14702 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 14703 Add(Handle<UnseededNumberDictionary>, [all …]
|
D | incremental-marking.cc | 480 UnseededNumberDictionary* stubs = heap->code_stubs(); in PatchIncrementalMarkingRecordWriteStubs()
|
D | heap.cc | 2825 set_code_stubs(*UnseededNumberDictionary::New(isolate(), 128)); in CreateInitialObjects() 2829 set_non_monomorphic_cache(*UnseededNumberDictionary::New(isolate(), 64)); in CreateInitialObjects()
|