/external/v8/src/ |
D | safepoint-table.h | 145 static const int kEntrySizeOffset = kLengthOffset + kIntSize; 146 static const int kHeaderSize = kEntrySizeOffset + kIntSize; 148 static const int kPcSize = kIntSize; 149 static const int kDeoptimizationIndexSize = kIntSize;
|
D | globals.h | 197 const int kIntSize = sizeof(int); // NOLINT variable 215 const int kBitsPerInt = kIntSize * kBitsPerByte;
|
D | deoptimizer.cc | 799 stack_check_cursor += kIntSize; in PatchStackCheckCode() 801 uint32_t pc_offset = Memory::uint32_at(stack_check_cursor + kIntSize); in PatchStackCheckCode() 804 stack_check_cursor += 2 * kIntSize; in PatchStackCheckCode() 818 stack_check_cursor += kIntSize; in RevertStackCheckCode() 820 uint32_t pc_offset = Memory::uint32_at(stack_check_cursor + kIntSize); in RevertStackCheckCode() 823 stack_check_cursor += 2 * kIntSize; in RevertStackCheckCode()
|
D | objects.h | 2865 POINTER_SIZE_ALIGN(kLengthOffset + kIntSize); 3504 static const int kRelocationInfoOffset = kInstructionSizeOffset + kIntSize; 3508 static const int kKindSpecificFlagsOffset = kFlagsOffset + kIntSize; 3510 static const int kKindSpecificFlagsSize = 2 * kIntSize; 3535 static const int kSafepointTableOffsetOffset = kStackSlotsOffset + kIntSize; 3536 static const int kStackCheckTableOffsetOffset = kStackSlotsOffset + kIntSize; 3846 static const int kInstanceAttributesOffset = kInstanceSizesOffset + kIntSize; 3847 static const int kPrototypeOffset = kInstanceAttributesOffset + kIntSize; 4430 kLengthOffset + kIntSize; 4433 kFormalParameterCountOffset + kIntSize; [all …]
|
D | safepoint-table.cc | 160 assembler->Align(kIntSize); in Emit()
|
D | mark-compact.cc | 1625 ASSERT(free_size >= kIntSize); in EncodeFreeRegion() 1626 if (free_size == kIntSize) { in EncodeFreeRegion() 1629 ASSERT(free_size >= 2 * kIntSize); in EncodeFreeRegion() 1631 Memory::int_at(free_start + kIntSize) = free_size; in EncodeFreeRegion() 1637 for (int offset = 2 * kIntSize; in EncodeFreeRegion() 2570 current += Memory::int_at(current + kIntSize); in IterateLiveObjectsInRange()
|
D | objects-inl.h | 1937 WRITE_UINT32_FIELD(this, kHashFieldOffset + kIntSize, 0); in set_hash_field() 2173 ASSERT(index >= 0 && (index * kIntSize) < this->length()); in get_int() 2174 return READ_INT_FIELD(this, kHeaderSize + index * kIntSize); in get_int() 2654 ASSERT(IsAligned(offset, static_cast<unsigned>(kIntSize))); in set_safepoint_table_offset() 2667 ASSERT(IsAligned(offset, static_cast<unsigned>(kIntSize))); in set_stack_check_table_offset() 3093 STATIC_ASSERT(holder::offset % kPointerSize == kIntSize); \
|
D | spaces.h | 245 static const int kPageHeaderSize = kPointerSize + kPointerSize + kIntSize + 246 kIntSize + kPointerSize + kPointerSize;
|
D | assembler.cc | 323 for (int i = 0; i < kIntSize; i++) { in AdvanceReadVariableLengthPCJump()
|
D | full-codegen.cc | 324 masm()->Align(kIntSize); in EmitStackCheckTable()
|
D | heap.cc | 230 return kIntSize; in GcSafeSizeOfOldObjectWithEncodedMap() 232 return Memory::int_at(object->address() + kIntSize); in GcSafeSizeOfOldObjectWithEncodedMap()
|
D | runtime.cc | 7464 table_cursor += kIntSize; in RUNTIME_FUNCTION() 7467 uint32_t pc_offset = Memory::uint32_at(table_cursor + kIntSize); in RUNTIME_FUNCTION() 7472 table_cursor += 2 * kIntSize; in RUNTIME_FUNCTION()
|
D | objects.cc | 6352 set_stack_check_table_offset(RoundUp(instruction_size(), kIntSize)); in SetNoStackCheckTable()
|
/external/v8/src/x64/ |
D | regexp-macro-assembler-x64.cc | 857 __ movl(Operand(rbx, i * kIntSize), rax); in GetCode() 1289 __ subq(backtrack_stackpointer(), Immediate(kIntSize)); in Push() 1296 __ subq(backtrack_stackpointer(), Immediate(kIntSize)); in Push() 1307 int patch_position = position - kIntSize; in FixupCodeRelativePositions() 1320 __ subq(backtrack_stackpointer(), Immediate(kIntSize)); in Push() 1330 __ addq(backtrack_stackpointer(), Immediate(kIntSize)); in Pop() 1335 __ addq(backtrack_stackpointer(), Immediate(kIntSize)); in Drop()
|
D | deoptimizer-x64.cc | 218 Address call_target_address = pc_after - kIntSize; in PatchStackCheckCodeAt() 251 Address call_target_address = pc_after - kIntSize; in RevertStackCheckCodeAt()
|
D | code-stubs-x64.cc | 985 CHECK_EQ(kIntSize, static_cast<int>(elem_in1 - elem_start)); in Generate() 986 CHECK_EQ(2 * kIntSize, static_cast<int>(elem_out - elem_start)); in Generate() 997 __ movq(rax, Operand(rcx, 2 * kIntSize)); in Generate() 1017 __ movq(Operand(rcx, 2 * kIntSize), rax); in Generate()
|
D | macro-assembler-x64.cc | 1554 testl(Operand(src, kIntSize), Immediate(source->value())); in Test()
|
/external/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 56 using v8::internal::kIntSize; 2401 __ movl(rdx, Operand(r80, -8 * kIntSize)); in TEST() 2406 __ movl(rdx, Operand(r80, 8 * kIntSize)); in TEST() 2411 __ movl(rdx, Operand(r80, -64 * kIntSize)); in TEST() 2416 __ movl(rdx, Operand(r80, 64 * kIntSize)); in TEST() 2421 Operand r88 = Operand(r8, 8 * kIntSize); in TEST() 2429 __ movl(rdx, Operand(r88, -8 * kIntSize)); in TEST() 2434 __ movl(rdx, Operand(r88, 8 * kIntSize)); in TEST() 2439 __ movl(rdx, Operand(r88, -64 * kIntSize)); in TEST() 2444 __ movl(rdx, Operand(r88, 64 * kIntSize)); in TEST() [all …]
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 227 Address call_target_address = pc_after - kIntSize; in PatchStackCheckCodeAt() 259 Address call_target_address = pc_after - kIntSize; in RevertStackCheckCodeAt()
|
D | code-stubs-ia32.cc | 1710 CHECK_EQ(kIntSize, elem_in1 - elem_start); in Generate() 1711 CHECK_EQ(2 * kIntSize, elem_out - elem_start); in Generate() 1721 __ cmp(edx, Operand(ecx, kIntSize)); in Generate() 1724 __ mov(eax, Operand(ecx, 2 * kIntSize)); in Generate() 1748 __ mov(Operand(ecx, kIntSize), edx); in Generate() 1749 __ mov(Operand(ecx, 2 * kIntSize), eax); in Generate()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 2820 CHECK_EQ(kIntSize, elem_in1 - elem_start); in Generate() 2821 CHECK_EQ(2 * kIntSize, elem_out - elem_start); in Generate()
|