Searched refs:UnseededNumberDictionary (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ic/ |
D | ic-compiler.cc | 90 UnseededNumberDictionary* dictionary = in FindPreMonomorphic() 102 Handle<UnseededNumberDictionary> dictionary = UnseededNumberDictionary::Set( in FillCache() 112 Handle<UnseededNumberDictionary> cache = in ComputeStore()
|
/external/v8/src/ |
D | type-info.cc | 39 if (entry != UnseededNumberDictionary::kNotFound) { in GetInfo() 428 dictionary_ = UnseededNumberDictionary::New(isolate(), infos->length()); in CreateDictionary() 473 UnseededNumberDictionary::kNotFound); in SetInfo() 477 USE(UnseededNumberDictionary::AtNumberPut( in SetInfo()
|
D | code-stubs.cc | 71 UnseededNumberDictionary* stubs = isolate()->heap()->code_stubs(); in FindCodeInCache() 73 if (index != UnseededNumberDictionary::kNotFound) { in FindCodeInCache() 173 Handle<UnseededNumberDictionary> dict = in GetCode() 174 UnseededNumberDictionary::AtNumberPut( in GetCode() 175 Handle<UnseededNumberDictionary>(heap->code_stubs()), in GetCode()
|
D | type-info.h | 131 Handle<UnseededNumberDictionary> dictionary_;
|
D | globals.h | 426 class UnseededNumberDictionary; variable
|
D | objects.h | 3647 class UnseededNumberDictionary 3648 : public Dictionary<UnseededNumberDictionary, 3652 DECLARE_CAST(UnseededNumberDictionary) 3655 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AtNumberPut( 3656 Handle<UnseededNumberDictionary> dictionary, 3659 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AddNumberEntry( 3660 Handle<UnseededNumberDictionary> dictionary, 3666 MUST_USE_RESULT static Handle<UnseededNumberDictionary> Set( 3667 Handle<UnseededNumberDictionary> dictionary,
|
D | objects.cc | 17341 template class Dictionary<UnseededNumberDictionary, 17349 template Handle<UnseededNumberDictionary> 17350 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 17365 template Handle<UnseededNumberDictionary> 17366 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 17367 AtPut(Handle<UnseededNumberDictionary>, uint32_t, Handle<Object>); 17421 template Handle<UnseededNumberDictionary> 17422 Dictionary<UnseededNumberDictionary, UnseededNumberDictionaryShape, uint32_t>:: 17423 Add(Handle<UnseededNumberDictionary>, 17432 template Handle<UnseededNumberDictionary> [all …]
|
D | objects-inl.h | 3268 CAST_ACCESSOR(UnseededNumberDictionary)
|
/external/v8/src/heap/ |
D | heap.h | 159 V(UnseededNumberDictionary, code_stubs, CodeStubs) \ 160 V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \ 1165 void SetRootCodeStubs(UnseededNumberDictionary* value) { in SetRootCodeStubs() 1170 void SetRootNonMonomorphicCache(UnseededNumberDictionary* value) { in SetRootNonMonomorphicCache()
|
D | incremental-marking.cc | 500 UnseededNumberDictionary* stubs = heap->code_stubs(); in PatchIncrementalMarkingRecordWriteStubs()
|
D | heap.cc | 2701 set_code_stubs(*UnseededNumberDictionary::New(isolate(), 128)); in CreateInitialObjects() 2705 set_non_monomorphic_cache(*UnseededNumberDictionary::New(isolate(), 64)); in CreateInitialObjects()
|