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

  /external/v8/src/
code-stubs.cc 42 if (index != NumberDictionary::kNotFound) {
109 Handle<NumberDictionary> dict =
111 Handle<NumberDictionary>(Heap::code_stubs()),
148 Heap::public_set_code_stubs(NumberDictionary::cast(new_object));
factory.h 51 static Handle<NumberDictionary> NewNumberDictionary(int at_least_space_for);
339 static Handle<NumberDictionary> DictionaryAtNumberPut(
340 Handle<NumberDictionary>,
factory.cc 59 Handle<NumberDictionary> Factory::NewNumberDictionary(int at_least_space_for) {
61 CALL_HEAP_FUNCTION(NumberDictionary::Allocate(at_least_space_for),
62 NumberDictionary);
695 Handle<NumberDictionary> Factory::DictionaryAtNumberPut(
696 Handle<NumberDictionary> dictionary,
699 CALL_HEAP_FUNCTION(dictionary->AtNumberPut(key, *value), NumberDictionary);
    [all...]
objects.cc     [all...]
heap.h 99 V(NumberDictionary, code_stubs, CodeStubs) \
100 V(NumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \
    [all...]
globals.h 228 class NumberDictionary;
objects-inl.h     [all...]
stub-cache.cc 577 NumberDictionary* dictionary = Heap::raw_unchecked_non_monomorphic_cache();
594 Heap::public_set_non_monomorphic_cache(NumberDictionary::cast(result));
    [all...]
heap.cc     [all...]
objects-debug.cc     [all...]
objects.h     [all...]
runtime.cc 173 NumberDictionary* element_dictionary = copy->element_dictionary();
    [all...]

Completed in 256 milliseconds