Searched refs:SeededNumberDictionary (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/
H A Delements.cc72 SeededNumberDictionary) \
180 static void CopyDictionaryToObjectElements(SeededNumberDictionary* from,
211 if (entry != SeededNumberDictionary::kNotFound) {
346 static void CopyDictionaryToDoubleElements(SeededNumberDictionary* from,
369 if (entry != SeededNumberDictionary::kNotFound) {
1005 static MaybeObject* SetLengthWithoutNormalize(SeededNumberDictionary* dict,
1071 SeededNumberDictionary* dictionary =
1072 SeededNumberDictionary::cast(backing_store);
1074 if (entry != SeededNumberDictionary::kNotFound) {
1115 SeededNumberDictionary
[all...]
H A Dfactory.h57 Handle<SeededNumberDictionary> NewSeededNumberDictionary(
443 Handle<SeededNumberDictionary> DictionaryAtNumberPut(
444 Handle<SeededNumberDictionary>,
H A Dv8globals.h129 class SeededNumberDictionary;
H A Dobjects.cc2092 SeededNumberDictionary* dictionary =
2095 if (entry != SeededNumberDictionary::kNotFound) {
3455 Handle<SeededNumberDictionary> JSObject::NormalizeElements(
3459 SeededNumberDictionary);
3487 SeededNumberDictionary* dictionary = NULL;
3489 MaybeObject* maybe = SeededNumberDictionary::Allocate(used_elements);
3491 dictionary = SeededNumberDictionary::cast(object);
3522 dictionary = SeededNumberDictionary::cast(result);
4014 SeededNumberDictionary::cast(elements)->SlowReverseLookup(object);
4160 SeededNumberDictionary* dictionar
[all...]
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,
H A Druntime.cc240 SeededNumberDictionary* element_dictionary = copy->element_dictionary();
1052 SeededNumberDictionary* dictionary = NULL;
1054 dictionary = SeededNumberDictionary::cast(elements->get(1));
1056 dictionary = SeededNumberDictionary::cast(elements);
1059 ASSERT(entry != SeededNumberDictionary::kNotFound);
4844 SeededNumberDictionary* dictionary = NULL;
4847 dictionary = SeededNumberDictionary::cast(elements->get(1));
4849 dictionary = SeededNumberDictionary::cast(elements);
4852 ASSERT(entry != SeededNumberDictionary::kNotFound);
9336 Handle<SeededNumberDictionary> dic
[all...]
H A Dobjects-debug.cc814 SeededNumberDictionary* dict = element_dictionary();
H A Dobjects-inl.h2093 bool SeededNumberDictionary::requires_slow_elements() {
2100 uint32_t SeededNumberDictionary::max_number_key() {
2108 void SeededNumberDictionary::set_requires_slow_elements() {
4403 SeededNumberDictionary* JSObject::element_dictionary() {
4405 return SeededNumberDictionary::cast(elements());
H A Dprofile-generator.cc2184 SeededNumberDictionary* dictionary = js_obj->element_dictionary();
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc1462 ldr(t1, FieldMemOperand(elements, SeededNumberDictionary::kCapacityOffset));
1473 add(t2, t2, Operand(SeededNumberDictionary::GetProbeOffset(i)));
1478 ASSERT(SeededNumberDictionary::kEntrySize == 3);
1483 ldr(ip, FieldMemOperand(t2, SeededNumberDictionary::kElementsStartOffset));
1496 SeededNumberDictionary::kElementsStartOffset + 2 * kPointerSize;
1503 SeededNumberDictionary::kElementsStartOffset + kPointerSize;
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1049 mov(r1, FieldOperand(elements, SeededNumberDictionary::kCapacityOffset));
1060 add(r2, Immediate(SeededNumberDictionary::GetProbeOffset(i)));
1065 ASSERT(SeededNumberDictionary::kEntrySize == 3);
1072 SeededNumberDictionary::kElementsStartOffset));
1083 SeededNumberDictionary::kElementsStartOffset + 2 * kPointerSize;
1091 SeededNumberDictionary::kElementsStartOffset + kPointerSize;
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc3503 SeededNumberDictionary::kCapacityOffset));
3513 addl(r2, Immediate(SeededNumberDictionary::GetProbeOffset(i)));
3518 ASSERT(SeededNumberDictionary::kEntrySize == 3);
3525 SeededNumberDictionary::kElementsStartOffset));
3536 SeededNumberDictionary::kElementsStartOffset + 2 * kPointerSize;
3544 SeededNumberDictionary::kElementsStartOffset + kPointerSize;
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc492 lw(reg1, FieldMemOperand(elements, SeededNumberDictionary::kCapacityOffset));
503 Addu(reg2, reg2, Operand(SeededNumberDictionary::GetProbeOffset(i)));
508 ASSERT(SeededNumberDictionary::kEntrySize == 3);
516 lw(at, FieldMemOperand(reg2, SeededNumberDictionary::kElementsStartOffset));
528 SeededNumberDictionary::kElementsStartOffset + 2 * kPointerSize;
535 SeededNumberDictionary::kElementsStartOffset + kPointerSize;

Completed in 221 milliseconds