Searched refs:kDoubleSize (Results 1 - 25 of 72) sorted by last modified time

123

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc65 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc139 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc139 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_primitive_field.cc141 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h463 static const int kDoubleSize = 8; member in class:google::protobuf::internal::WireFormatLite
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-arm.cc70 __ sub(sp, sp, Operand(kDoubleSize));
77 int source_reg_offset = kDoubleSize;
88 __ sub(sp, sp, Operand(kDoubleSize));
103 __ add(sp, sp, Operand(kDoubleSize));
116 __ add(sp, sp, Operand(kDoubleSize));
H A Dtest-code-stubs-arm64.cc73 int source_reg_offset = kDoubleSize;
99 __ Drop(1, kDoubleSize);
111 __ Drop(1, kDoubleSize);
H A Dtest-code-stubs-ia32.cc88 __ add(esp, Immediate(kDoubleSize));
108 __ ret(kDoubleSize);
H A Dtest-code-stubs-mips.cc70 __ Subu(sp, sp, Operand(kDoubleSize));
75 int source_reg_offset = kDoubleSize;
86 __ Subu(sp, sp, Operand(kDoubleSize));
101 __ Addu(sp, sp, Operand(kDoubleSize));
113 __ Addu(sp, sp, Operand(kDoubleSize));
H A Dtest-code-stubs-mips64.cc70 __ Dsubu(sp, sp, Operand(kDoubleSize));
75 int source_reg_offset = kDoubleSize;
86 __ Dsubu(sp, sp, Operand(kDoubleSize));
101 __ Daddu(sp, sp, Operand(kDoubleSize));
113 __ Daddu(sp, sp, Operand(kDoubleSize));
H A Dtest-code-stubs-x64.cc71 (Register::NumAllocatableRegisters() - 1) * kPointerSize + kDoubleSize;
85 __ subq(rsp, Immediate(kDoubleSize));
91 __ addq(rsp, Immediate(kDoubleSize));
H A Dtest-code-stubs-x87.cc88 __ add(esp, Immediate(kDoubleSize));
108 __ ret(kDoubleSize);
H A Dtest-constantpool.cc288 factory->NewFixedDoubleArray(900 * KB / kDoubleSize, TENURED);
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc3401 num_pending_64_bit_reloc_info_ * kDoubleSize < kMaxDistToIntPool));
3452 size_after_marker += num_pending_64_bit_reloc_info_ * kDoubleSize;
H A Dassembler-arm.h1528 (start + num_pending_64_bit_reloc_info_ * kDoubleSize <
H A Dcode-stubs-arm.cc1155 offset_to_argv += kNumDoubleCalleeSaved * kDoubleSize;
H A Dcodegen-arm.cc778 return MemOperand(base, index * kDoubleSize);
H A Ddeoptimizer-arm.cc142 kDoubleSize * DwVfpRegister::kMaxNumAllocatableRegisters;
154 __ sub(sp, sp, Operand(16 * kDoubleSize), LeaveCC, eq);
208 int dst_offset = i * kDoubleSize + double_regs_offset;
209 int src_offset = i * kDoubleSize + kNumberOfRegisters * kPointerSize;
287 src_offset += kDoubleSize;
H A Dlithium-codegen-arm.cc78 MemOperand(sp, count * kDoubleSize));
94 MemOperand(sp, count * kDoubleSize));
3320 base_offset += constant_key * kDoubleSize;
H A Dmacro-assembler-arm.cc759 int doubles_size = DwVfpRegister::NumAllocatableRegisters() * kDoubleSize;
1069 // DwVfpRegister::kMaxNumRegisters * kDoubleSize,
1131 Operand(offset + DwVfpRegister::kMaxNumRegisters * kDoubleSize));
1798 str(scratch2, MemOperand(result, kDoubleSize / 2, PostIndex));
1912 str(scratch2, MemOperand(result, kDoubleSize / 2, PostIndex));
2594 sub(sp, sp, Operand(kDoubleSize)); // Put input on stack.
2600 add(sp, sp, Operand(kDoubleSize));
3126 STATIC_ASSERT(8 == kDoubleSize);
3355 sub(location, location, Operand(16 * kDoubleSize), LeaveCC, eq);
3364 add(location, location, Operand(16 * kDoubleSize), LeaveC
[all...]
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc147 if (input.is(jssp)) double_offset += 1 * kDoubleSize;
H A Dcodegen-arm64.cc229 __ Str(d0, MemOperand(dst_elements, kDoubleSize, PostIndex));
503 return MemOperand(base, index * kDoubleSize);
H A Ddeoptimizer-arm64.cc185 (i * kDoubleSize);
186 int src_offset = kFPRegistersOffset + (i * kDoubleSize);
260 src_offset += kDoubleSize;
H A Dlithium-codegen-arm64.cc612 __ Poke(value, count * kDoubleSize);
630 __ Peek(value, count * kDoubleSize);
3571 int offset = instr->base_offset() + constant_key * kDoubleSize;
5246 int offset = instr->base_offset() + constant_key * kDoubleSize;
H A Dmacro-assembler-arm64.cc2317 STATIC_ASSERT(kDoubleSize == (kWRegSize * 2));

Completed in 4857 milliseconds

123