Searched defs:SeededNumberDictionary (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dfactory.cc80 Handle<SeededNumberDictionary> Factory::NewSeededNumberDictionary(
84 SeededNumberDictionary::Allocate(at_least_space_for),
85 SeededNumberDictionary); local
1098 Handle<SeededNumberDictionary> Factory::DictionaryAtNumberPut(
1099 Handle<SeededNumberDictionary> dictionary,
1104 SeededNumberDictionary); local
H A Dobjects.h1527 inline SeededNumberDictionary* element_dictionary(); // Gets slow elements.
1969 // SeededNumberDictionary dictionary. Returns the backing after conversion.
1970 static Handle<SeededNumberDictionary> NormalizeElements(
3151 class SeededNumberDictionary class in namespace:v8::internal
3154 static SeededNumberDictionary* cast(Object* obj) {
3156 return reinterpret_cast<SeededNumberDictionary*>(obj);
3167 MUST_USE_RESULT static Handle<SeededNumberDictionary> Set(
3168 Handle<SeededNumberDictionary> dictionary,
/external/chromium_org/v8/src/
H A Dfactory.cc106 Handle<SeededNumberDictionary> Factory::NewSeededNumberDictionary(
110 SeededNumberDictionary::Allocate(isolate()->heap(),
112 SeededNumberDictionary);
1409 Handle<SeededNumberDictionary> Factory::DictionaryAtNumberPut(
1410 Handle<SeededNumberDictionary> dictionary,
1415 SeededNumberDictionary); local
H A Dobjects.h2118 inline SeededNumberDictionary* element_dictionary(); // Gets slow elements.
2486 // SeededNumberDictionary dictionary. Returns the backing after conversion.
2487 static Handle<SeededNumberDictionary> NormalizeElements(
3974 class SeededNumberDictionary class in namespace:v8::internal
3977 static SeededNumberDictionary* cast(Object* obj) {
3979 return reinterpret_cast<SeededNumberDictionary*>(obj);
3984 MUST_USE_RESULT static Handle<SeededNumberDictionary> AddNumberEntry(
3985 Handle<SeededNumberDictionary> dictionary,
3995 MUST_USE_RESULT static Handle<SeededNumberDictionary> Set(
3996 Handle<SeededNumberDictionary> dictionar
[all...]

Completed in 3384 milliseconds