Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcode-stubs.cc33 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()
Dtype-info.cc45 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()
Dtype-info.h126 Handle<UnseededNumberDictionary> dictionary_;
Dstub-cache.cc232 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()
Dglobals.h311 class UnseededNumberDictionary; variable
Dheap.h176 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()
Dobjects.h4205 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,
Dobjects.cc14605 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 …]
Dincremental-marking.cc480 UnseededNumberDictionary* stubs = heap->code_stubs(); in PatchIncrementalMarkingRecordWriteStubs()
Dheap.cc2825 set_code_stubs(*UnseededNumberDictionary::New(isolate(), 128)); in CreateInitialObjects()
2829 set_non_monomorphic_cache(*UnseededNumberDictionary::New(isolate(), 64)); in CreateInitialObjects()