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