Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-compiler.cc152 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/
Dtype-info.cc42 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()
Dcode-stubs.cc66 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()
Dtype-info.h121 Handle<UnseededNumberDictionary> dictionary_;
Dglobals.h312 class UnseededNumberDictionary; variable
Dobjects.cc14004 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 …]
Dobjects.h3715 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,
Dobjects-inl.h3242 CAST_ACCESSOR(UnseededNumberDictionary) in CAST_ACCESSOR()
/external/v8/src/heap/
Dheap.h166 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()
Dincremental-marking.cc465 UnseededNumberDictionary* stubs = heap->code_stubs(); in PatchIncrementalMarkingRecordWriteStubs()
Dheap.cc2815 set_code_stubs(*UnseededNumberDictionary::New(isolate(), 128)); in CreateInitialObjects()
2819 set_non_monomorphic_cache(*UnseededNumberDictionary::New(isolate(), 64)); in CreateInitialObjects()