/external/v8/src/ |
code-stubs.cc | 43 if (index != UnseededNumberDictionary::kNotFound) { 135 Handle<UnseededNumberDictionary> dict = 137 Handle<UnseededNumberDictionary>(heap->code_stubs()),
|
factory.h | 60 Handle<UnseededNumberDictionary> NewUnseededNumberDictionary( 448 Handle<UnseededNumberDictionary> DictionaryAtNumberPut( 449 Handle<UnseededNumberDictionary>,
|
stub-cache.cc | 686 Handle<UnseededNumberDictionary> dictionary = 687 UnseededNumberDictionary::Set(isolate->factory()->non_monomorphic_cache(), 704 UnseededNumberDictionary* dictionary = 723 Handle<UnseededNumberDictionary> cache = 752 Handle<UnseededNumberDictionary> cache = 769 Handle<UnseededNumberDictionary> cache = [all...] |
type-info.h | 319 Handle<UnseededNumberDictionary> dictionary_;
|
v8globals.h | 130 class UnseededNumberDictionary;
|
factory.cc | 89 Handle<UnseededNumberDictionary> Factory::NewUnseededNumberDictionary( 93 UnseededNumberDictionary::Allocate(at_least_space_for), 94 UnseededNumberDictionary); [all...] |
heap.h | 142 V(UnseededNumberDictionary, code_stubs, CodeStubs) \ 143 V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \ [all...] |
type-info.cc | 74 return entry != UnseededNumberDictionary::kNotFound 709 ASSERT(dictionary_->FindEntry(ast_id) == UnseededNumberDictionary::kNotFound);
|
incremental-marking.cc | 432 UnseededNumberDictionary* stubs = heap->code_stubs();
|
objects.h | [all...] |
heap.cc | [all...] |
objects.cc | [all...] |
/external/chromium_org/v8/src/ |
factory.h | 70 Handle<UnseededNumberDictionary> NewUnseededNumberDictionary( 526 Handle<UnseededNumberDictionary> DictionaryAtNumberPut( 527 Handle<UnseededNumberDictionary>,
|
stub-cache.cc | 412 Handle<UnseededNumberDictionary> dictionary = 413 UnseededNumberDictionary::Set(isolate->factory()->non_monomorphic_cache(), 429 UnseededNumberDictionary* dictionary = 449 Handle<UnseededNumberDictionary> cache = 478 Handle<UnseededNumberDictionary> cache = 495 Handle<UnseededNumberDictionary> cache = 511 Handle<UnseededNumberDictionary> cache = 530 Handle<UnseededNumberDictionary> cache = 550 Handle<UnseededNumberDictionary> cache = 665 Handle<UnseededNumberDictionary> cache [all...] |
code-stubs.cc | 61 UnseededNumberDictionary* stubs = isolate->heap()->code_stubs(); 63 if (index != UnseededNumberDictionary::kNotFound) { 176 Handle<UnseededNumberDictionary> dict = 178 Handle<UnseededNumberDictionary>(heap->code_stubs()),
|
type-info.h | 339 Handle<UnseededNumberDictionary> dictionary_;
|
v8globals.h | 129 class UnseededNumberDictionary;
|
factory.cc | 116 Handle<UnseededNumberDictionary> Factory::NewUnseededNumberDictionary( 120 UnseededNumberDictionary::Allocate(isolate()->heap(), 122 UnseededNumberDictionary); [all...] |
type-info.cc | 78 if (entry != UnseededNumberDictionary::kNotFound) { 94 if (entry != UnseededNumberDictionary::kNotFound) { 589 UnseededNumberDictionary::kNotFound);
|
heap.h | 173 V(UnseededNumberDictionary, code_stubs, CodeStubs) \ 174 V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \ [all...] |
incremental-marking.cc | 533 UnseededNumberDictionary* stubs = heap->code_stubs(); [all...] |
objects.h | [all...] |
heap.cc | [all...] |
objects.cc | [all...] |