/external/v8/src/arm/ |
D | constants-arm.cc | 70 const char* VFPRegisters::Name(int reg, bool is_double) { in Name() argument 72 return names_[reg + (is_double ? kNumVFPSingleRegisters : 0)]; in Name() 76 int VFPRegisters::Number(const char* name, bool* is_double) { in Number() argument 80 *is_double = false; in Number() 83 *is_double = true; in Number()
|
D | constants-arm.h | 709 static const char* Name(int reg, bool is_double); 714 static int Number(const char* name, bool* is_double);
|
D | simulator-arm.cc | 173 bool is_double; in GetVFPSingleValue() local 174 int regnum = VFPRegisters::Number(desc, &is_double); in GetVFPSingleValue() 175 if (regnum != kNoRegister && !is_double) { in GetVFPSingleValue() 184 bool is_double; in GetVFPDoubleValue() local 185 int regnum = VFPRegisters::Number(desc, &is_double); in GetVFPDoubleValue() 186 if (regnum != kNoRegister && is_double) { in GetVFPDoubleValue()
|
/external/v8/src/ |
D | field-index-inl.h | 26 bool is_double) { in ForPropertyIndex() argument 39 is_double, inobject_properties, first_inobject_offset); in ForPropertyIndex() 48 bool is_double = field_index & 1; in ForLoadByFieldIndex() local 60 FieldIndex result(is_inobject, field_index, is_double, in ForLoadByFieldIndex() 85 return is_double() ? (result | 1) : result; in GetLoadByFieldIndex()
|
D | field-index.h | 26 bool is_double = false); 41 bool is_double() const { in is_double() function 78 FieldIndex(bool is_inobject, int local_index, bool is_double, 83 IsDoubleBits::encode(is_double) |
|
D | lookup.cc | 559 bool is_double = representation().IsDouble(); in GetFieldIndex() local 560 return FieldIndex::ForPropertyIndex(holder_map, index, is_double); in GetFieldIndex()
|
D | code-stub-assembler.cc | 817 bool is_double = IsFastDoubleElementsKind(kind); in AllocateJSArray() local 852 Handle<Map> elements_map(is_double ? heap->fixed_double_array_map() in AllocateJSArray() 866 if (is_double) { in AllocateJSArray() 909 if (is_double) { in AllocateJSArray() 2318 bool is_double = IsFastDoubleElementsKind(kind); in ElementOffsetFromIndex() local 2319 int element_size_shift = is_double ? kDoubleSizeLog2 : kPointerSizeLog2; in ElementOffsetFromIndex()
|
D | code-stubs-hydrogen.cc | 1118 Representation representation = index.is_double() in BuildLoadNamedField() 1125 if (index.is_double() && in BuildLoadNamedField() 1315 DCHECK(!index.is_double() || representation.IsDouble()); in BuildStoreNamedField()
|
/external/v8/test/cctest/ |
D | test-unboxed-doubles.cc | 1053 CHECK(field_index.is_inobject() && field_index.is_double()); in TEST() 1130 CHECK(field_index.is_inobject() && field_index.is_double()); in TEST() 1135 CHECK(field_index.is_inobject() && !field_index.is_double()); in TEST() 1198 bool expected_tagged = !index.is_double(); in TestLayoutDescriptorHelper()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 826 bool is_double() const { in is_double() function
|
D | lithium-codegen-x87.cc | 2285 instr->is_double() || in DoCompareNumericAndBranch() 2299 if (instr->is_double()) { in DoCompareNumericAndBranch()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 818 bool is_double() const { in is_double() function
|
D | lithium-codegen-mips64.cc | 2217 if (instr->is_double()) { in DoCompareNumericAndBranch()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 825 bool is_double() const { in is_double() function
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 770 bool is_double() const { return hydrogen()->representation().IsDouble(); } in is_double() function
|
D | lithium-codegen-s390.cc | 2262 if (instr->is_double()) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 809 bool is_double() const { in is_double() function
|
D | lithium-codegen-x64.cc | 2147 instr->is_double() || in DoCompareNumericAndBranch() 2161 if (instr->is_double()) { in DoCompareNumericAndBranch()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 800 bool is_double() const { in is_double() function
|
D | lithium-codegen-mips.cc | 2098 if (instr->is_double()) { in DoCompareNumericAndBranch()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 807 bool is_double() const { return hydrogen()->representation().IsDouble(); } in is_double() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 812 bool is_double() const { in is_double() function
|
D | lithium-codegen-ia32.cc | 2009 instr->is_double() || in DoCompareNumericAndBranch() 2023 if (instr->is_double()) { in DoCompareNumericAndBranch()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1111 bool is_double() const { in is_double() function
|
D | lithium-codegen-arm64.cc | 2320 if (instr->is_double()) { in DoCompareNumericAndBranch()
|