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

/external/chromium_org/v8/src/ic/
H A Dic-compiler.cc152 UnseededNumberDictionary* dictionary =
164 Handle<UnseededNumberDictionary> dictionary = UnseededNumberDictionary::Set(
174 Handle<UnseededNumberDictionary> cache =
197 Handle<UnseededNumberDictionary> cache =
/external/chromium_org/v8/src/
H A Dtype-info.cc42 if (entry != UnseededNumberDictionary::kNotFound) {
416 dictionary_ = UnseededNumberDictionary::New(isolate(), infos->length());
461 UnseededNumberDictionary::kNotFound);
465 USE(UnseededNumberDictionary::AtNumberPut(
H A Dtype-info.h121 Handle<UnseededNumberDictionary> dictionary_;
H A Dcode-stubs.cc66 UnseededNumberDictionary* stubs = isolate()->heap()->code_stubs();
68 if (index != UnseededNumberDictionary::kNotFound) {
167 Handle<UnseededNumberDictionary> dict =
168 UnseededNumberDictionary::AtNumberPut(
169 Handle<UnseededNumberDictionary>(heap->code_stubs()),
H A Dglobals.h312 class UnseededNumberDictionary;
H A Dobjects.h3715 class UnseededNumberDictionary class in namespace:v8::internal
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,
H A 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...]
H A Dobjects-inl.h3242 CAST_ACCESSOR(UnseededNumberDictionary)
/external/chromium_org/v8/src/heap/
H A Dheap.h166 V(UnseededNumberDictionary, code_stubs, CodeStubs) \
167 V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \
867 void public_set_code_stubs(UnseededNumberDictionary* value) {
879 void public_set_non_monomorphic_cache(UnseededNumberDictionary* value) {
H A Dincremental-marking.cc465 UnseededNumberDictionary* stubs = heap->code_stubs();
H A Dheap.cc2815 set_code_stubs(*UnseededNumberDictionary::New(isolate(), 128));
2819 set_non_monomorphic_cache(*UnseededNumberDictionary::New(isolate(), 64));

Completed in 252 milliseconds