Home | History | Annotate | Download | only in arm64

Lines Matching refs:JSObject

485         // Now allocate the JSObject on the heap.
492 // Allocated the JSObject, now initialize the fields. Map is set to
499 STATIC_ASSERT(0 * kPointerSize == JSObject::kMapOffset);
501 STATIC_ASSERT(1 * kPointerSize == JSObject::kPropertiesOffset);
502 STATIC_ASSERT(2 * kPointerSize == JSObject::kElementsOffset);
505 STATIC_ASSERT(3 * kPointerSize == JSObject::kHeaderSize);
507 // Add the object tag to make the JSObject real, so that we can continue
564 // Continue with JSObject being successfully allocated.
572 // Continue with JSObject being successfully allocated.
591 // x4: JSObject
1873 JSObject::kHeaderSize +
1875 __ Ldr(x10, FieldMemOperand(arguments_list, JSObject::kElementsOffset));