HomeSort by relevance Sort by last modified time
    Searched refs:UnseededNumberDictionary (Results 1 - 24 of 24) sorted by null

  /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 65 Handle<UnseededNumberDictionary> NewUnseededNumberDictionary(
504 Handle<UnseededNumberDictionary> DictionaryAtNumberPut(
505 Handle<UnseededNumberDictionary>,
code-stubs.cc 54 UnseededNumberDictionary* stubs = isolate->heap()->code_stubs();
56 if (index != UnseededNumberDictionary::kNotFound) {
163 Handle<UnseededNumberDictionary> dict =
165 Handle<UnseededNumberDictionary>(heap->code_stubs()),
type-info.h 346 Handle<UnseededNumberDictionary> dictionary_;
v8globals.h 129 class UnseededNumberDictionary;
factory.cc 101 Handle<UnseededNumberDictionary> Factory::NewUnseededNumberDictionary(
105 UnseededNumberDictionary::Allocate(isolate()->heap(),
107 UnseededNumberDictionary);
    [all...]
type-info.cc 78 if (entry != UnseededNumberDictionary::kNotFound) {
94 if (entry != UnseededNumberDictionary::kNotFound) {
686 UnseededNumberDictionary::kNotFound);
stub-cache.cc     [all...]
heap.h 172 V(UnseededNumberDictionary, code_stubs, CodeStubs) \
173 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...]

Completed in 275 milliseconds