Home
last modified time | relevance | path

Searched refs:UnseededNumberDictionary (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/ic/
Dic-compiler.cc90 UnseededNumberDictionary* dictionary = in FindPreMonomorphic()
102 Handle<UnseededNumberDictionary> dictionary = UnseededNumberDictionary::Set( in FillCache()
112 Handle<UnseededNumberDictionary> cache = in ComputeStore()
/external/v8/src/
Dtype-info.cc39 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()
Dcode-stubs.cc71 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()
Dtype-info.h131 Handle<UnseededNumberDictionary> dictionary_;
Dglobals.h426 class UnseededNumberDictionary; variable
Dobjects.h3647 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,
Dobjects.cc17341 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 …]
Dobjects-inl.h3268 CAST_ACCESSOR(UnseededNumberDictionary)
/external/v8/src/heap/
Dheap.h159 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()
Dincremental-marking.cc500 UnseededNumberDictionary* stubs = heap->code_stubs(); in PatchIncrementalMarkingRecordWriteStubs()
Dheap.cc2701 set_code_stubs(*UnseededNumberDictionary::New(isolate(), 128)); in CreateInitialObjects()
2705 set_non_monomorphic_cache(*UnseededNumberDictionary::New(isolate(), 64)); in CreateInitialObjects()