Home
last modified time | relevance | path

Searched refs:OffsetOfElementAt (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/
Dobjects-inl.h1540 return reinterpret_cast<Object**>(FIELD_ADDR(this, OffsetOfElementAt(0))); in ACCESSORS()
2457 return (offset >= OffsetOfElementAt(first_index(type, SMALL_SECTION)) && in offset_is_type()
2458 offset <= OffsetOfElementAt(last_index(type, SMALL_SECTION))) || in offset_is_type()
2460 offset >= OffsetOfElementAt(first_index(type, EXTENDED_SECTION)) && in offset_is_type()
2461 offset <= OffsetOfElementAt(last_index(type, EXTENDED_SECTION))); in offset_is_type()
2485 return READ_INT64_FIELD(this, OffsetOfElementAt(index)); in get_int64_entry()
2493 return READ_DOUBLE_FIELD(this, OffsetOfElementAt(index)); in get_int64_entry_as_double()
2500 return reinterpret_cast<Address>(READ_FIELD(this, OffsetOfElementAt(index))); in get_code_ptr_entry()
2507 return READ_FIELD(this, OffsetOfElementAt(index)); in get_heap_ptr_entry()
2514 return READ_INT32_FIELD(this, OffsetOfElementAt(index)); in get_int32_entry()
[all …]
Dheap-snapshot-generator.cc1244 Context::OffsetOfElementAt(idx)); in ExtractContextReferences()
1252 Context::OffsetOfElementAt(idx)); in ExtractContextReferences()
1261 FixedArray::OffsetOfElementAt(Context::index)); \ in ExtractContextReferences()
1264 FixedArray::OffsetOfElementAt(Context::index)); \ in ExtractContextReferences()
1598 i, array->get(i), array->OffsetOfElementAt(i)); in ExtractFixedArrayReferences()
1601 i, array->get(i), array->OffsetOfElementAt(i)); in ExtractFixedArrayReferences()
Delements.cc192 to->OffsetOfElementAt(to_start), in CopyObjectToObjectElements()
242 to->OffsetOfElementAt(to_start), in CopyDictionaryToObjectElements()
Dobjects-debug.cc391 VerifyObjectField(OffsetOfElementAt(heap_iter.next_index())); in ConstantPoolArrayVerify()
Dobjects.h2452 static int OffsetOfElementAt(int index) { return SizeFor(index); } in OffsetOfElementAt() function
2456 return HeapObject::RawField(this, OffsetOfElementAt(index)); in RawFieldOfElementAt()
2538 static int OffsetOfElementAt(int index) { return SizeFor(index); } in OffsetOfElementAt() function
2789 inline int OffsetOfElementAt(int index) { in OffsetOfElementAt() function
2817 return HeapObject::RawField(this, OffsetOfElementAt(index)); in DECLARE_CAST()
/external/v8/src/arm64/
Dbuiltins-arm64.cc1003 __ Ldrsw(w1, UntagSmiFieldMemOperand(x1, FixedArray::OffsetOfElementAt( in Generate_OnStackReplacement()
Dfull-codegen-arm64.cc1184 __ Str(x10, FieldMemOperand(x1, FixedArray::OffsetOfElementAt(slot))); in VisitForInStatement()
3537 FieldMemOperand(cache, FixedArray::OffsetOfElementAt(cache_id))); in EmitGetFromCache()
Dlithium-codegen-arm64.cc5696 FixedArray::OffsetOfElementAt(instr->hydrogen()->literal_index()); in DoRegExpLiteral()
/external/v8/src/ia32/
Dbuiltins-ia32.cc1421 __ mov(ebx, Operand(ebx, FixedArray::OffsetOfElementAt( in Generate_OnStackReplacement()
Dfull-codegen-ia32.cc1120 __ mov(FieldOperand(ebx, FixedArray::OffsetOfElementAt(slot)), in VisitForInStatement()
3776 FieldOperand(cache, FixedArray::OffsetOfElementAt(cache_id))); in EmitGetFromCache()
Dlithium-codegen-ia32.cc5248 FixedArray::OffsetOfElementAt(instr->hydrogen()->literal_index()); in DoRegExpLiteral()
/external/v8/src/x87/
Dbuiltins-x87.cc1421 __ mov(ebx, Operand(ebx, FixedArray::OffsetOfElementAt( in Generate_OnStackReplacement()
Dfull-codegen-x87.cc1109 __ mov(FieldOperand(ebx, FixedArray::OffsetOfElementAt(slot)), in VisitForInStatement()
3765 FieldOperand(cache, FixedArray::OffsetOfElementAt(cache_id))); in EmitGetFromCache()
/external/v8/src/x64/
Dbuiltins-x64.cc1491 __ SmiToInteger32(rbx, Operand(rbx, FixedArray::OffsetOfElementAt( in Generate_OnStackReplacement()
Dfull-codegen-x64.cc1152 __ Move(FieldOperand(rbx, FixedArray::OffsetOfElementAt(slot)), in VisitForInStatement()
3763 FieldOperand(cache, FixedArray::OffsetOfElementAt(cache_id))); in EmitGetFromCache()
Dlithium-codegen-x64.cc5419 FixedArray::OffsetOfElementAt(instr->hydrogen()->literal_index()); in DoRegExpLiteral()
/external/v8/src/arm/
Dbuiltins-arm.cc1015 __ ldr(r1, FieldMemOperand(r1, FixedArray::OffsetOfElementAt( in Generate_OnStackReplacement()
Dfull-codegen-arm.cc1197 __ str(r2, FieldMemOperand(r1, FixedArray::OffsetOfElementAt(slot))); in VisitForInStatement()
3853 FieldMemOperand(cache, FixedArray::OffsetOfElementAt(cache_id))); in EmitGetFromCache()
Dassembler-arm.cc3743 offsets[section][type] = constant_pool->OffsetOfElementAt( in Populate()
/external/v8/src/mips64/
Dbuiltins-mips64.cc1051 __ ld(a1, MemOperand(a1, FixedArray::OffsetOfElementAt( in Generate_OnStackReplacement()
Dfull-codegen-mips64.cc1179 __ sd(a2, FieldMemOperand(a1, FixedArray::OffsetOfElementAt(slot))); in VisitForInStatement()
3866 FieldMemOperand(cache, FixedArray::OffsetOfElementAt(cache_id))); in EmitGetFromCache()
/external/v8/src/mips/
Dbuiltins-mips.cc1037 __ lw(a1, MemOperand(a1, FixedArray::OffsetOfElementAt( in Generate_OnStackReplacement()
Dfull-codegen-mips.cc1184 __ sw(a2, FieldMemOperand(a1, FixedArray::OffsetOfElementAt(slot))); in VisitForInStatement()
3865 FieldMemOperand(cache, FixedArray::OffsetOfElementAt(cache_id))); in EmitGetFromCache()
/external/v8/src/heap/
Dmark-compact.cc2926 dst_addr + array->OffsetOfElementAt(code_iter.next_index()); in MigrateObject()
2938 dst_addr + array->OffsetOfElementAt(heap_iter.next_index()); in MigrateObject()
Dheap.cc879 RecordWrite(array->address(), array->OffsetOfElementAt(dst_index + i)); in MoveElements()

12