HomeSort by relevance Sort by last modified time
    Searched refs:UnseededNumberDictionary (Results 1 - 12 of 12) 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...]

Completed in 186 milliseconds