Searched refs:UnseededNumberDictionary (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ic/ |
D | ic-compiler.cc | 152 UnseededNumberDictionary* dictionary = in FindPreMonomorphic() 164 Handle<UnseededNumberDictionary> dictionary = UnseededNumberDictionary::Set( in FillCache() 174 Handle<UnseededNumberDictionary> cache = in ComputeLoad() 197 Handle<UnseededNumberDictionary> cache = in ComputeStore()
|
/external/v8/src/ |
D | type-info.cc | 42 if (entry != UnseededNumberDictionary::kNotFound) { in GetInfo() 416 dictionary_ = UnseededNumberDictionary::New(isolate(), infos->length()); in CreateDictionary() 461 UnseededNumberDictionary::kNotFound); in SetInfo() 465 USE(UnseededNumberDictionary::AtNumberPut( in SetInfo()
|
D | code-stubs.cc | 66 UnseededNumberDictionary* stubs = isolate()->heap()->code_stubs(); in FindCodeInCache() 68 if (index != UnseededNumberDictionary::kNotFound) { in FindCodeInCache() 167 Handle<UnseededNumberDictionary> dict = in GetCode() 168 UnseededNumberDictionary::AtNumberPut( in GetCode() 169 Handle<UnseededNumberDictionary>(heap->code_stubs()), in GetCode()
|
D | type-info.h | 121 Handle<UnseededNumberDictionary> dictionary_;
|
D | globals.h | 312 class UnseededNumberDictionary; variable
|
D | objects.cc | 14004 template class Dictionary<UnseededNumberDictionary, 14012 template Handle<UnseededNumberDictionary> 14013 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 14024 template Handle<UnseededNumberDictionary> 14025 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 14026 AtPut(Handle<UnseededNumberDictionary>, uint32_t, Handle<Object>); 14096 template Handle<UnseededNumberDictionary> 14097 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 14098 Add(Handle<UnseededNumberDictionary>, 14107 template Handle<UnseededNumberDictionary> [all …]
|
D | objects.h | 3715 class UnseededNumberDictionary 3716 : public Dictionary<UnseededNumberDictionary, 3720 DECLARE_CAST(UnseededNumberDictionary) 3723 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AtNumberPut( 3724 Handle<UnseededNumberDictionary> dictionary, 3727 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AddNumberEntry( 3728 Handle<UnseededNumberDictionary> dictionary, 3734 MUST_USE_RESULT static Handle<UnseededNumberDictionary> Set( 3735 Handle<UnseededNumberDictionary> dictionary,
|
D | objects-inl.h | 3242 CAST_ACCESSOR(UnseededNumberDictionary) in CAST_ACCESSOR()
|
/external/v8/src/heap/ |
D | heap.h | 166 V(UnseededNumberDictionary, code_stubs, CodeStubs) \ 167 V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \ 867 void public_set_code_stubs(UnseededNumberDictionary* value) { in public_set_code_stubs() 879 void public_set_non_monomorphic_cache(UnseededNumberDictionary* value) { in public_set_non_monomorphic_cache()
|
D | incremental-marking.cc | 465 UnseededNumberDictionary* stubs = heap->code_stubs(); in PatchIncrementalMarkingRecordWriteStubs()
|
D | heap.cc | 2815 set_code_stubs(*UnseededNumberDictionary::New(isolate(), 128)); in CreateInitialObjects() 2819 set_non_monomorphic_cache(*UnseededNumberDictionary::New(isolate(), 64)); in CreateInitialObjects()
|