/external/v8/src/ |
field-index-inl.h | 31 bool is_double) { 44 is_double, inobject_properties, first_inobject_offset); 53 bool is_double = field_index & 1; local 65 FieldIndex result(is_inobject, field_index, is_double, 90 return is_double() ? (result | 1) : result;
|
field-index.h | 24 bool is_double = false); 37 bool is_double() const { function in class:v8::internal::FINAL 74 FieldIndex(bool is_inobject, int local_index, bool is_double, 79 IsDoubleBits::encode(is_double) |
|
lookup.cc | 256 bool is_double = representation().IsDouble(); local 257 return FieldIndex::ForPropertyIndex(*holder_map_, index, is_double);
|
/art/compiler/dex/quick/arm/ |
fp_arm.cc | 246 bool is_double) { 250 if (is_double) { 298 bool is_double = false; local 304 is_double = false; 308 is_double = false; 312 is_double = true; 316 is_double = true; 322 if (is_double) {
|
/art/compiler/dex/quick/arm64/ |
fp_arm64.cc | 230 bool is_double) { 234 if (is_double) { 281 bool is_double = false; local 287 is_double = false; 291 is_double = false; 295 is_double = true; 299 is_double = true; 305 if (is_double) { 450 bool Arm64Mir2Lir::GenInlinedRound(CallInfo* info, bool is_double) { 452 A64Opcode wide = (is_double) ? WIDE(0) : UNWIDE(0) [all...] |
/external/v8/src/arm/ |
lithium-arm.h | 868 bool is_double() const { function in class:v8::internal::FINAL [all...] |
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) { [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | 856 bool is_double() const { function in class:v8::internal::FINAL [all...] |
/external/v8/src/mips/ |
lithium-mips.h | 845 bool is_double() const { function in class:v8::internal::FINAL [all...] |
/external/v8/src/mips64/ |
lithium-mips64.h | 844 bool is_double() const { function in class:v8::internal::FINAL [all...] |
/external/v8/src/x64/ |
lithium-x64.h | 854 bool is_double() const { function in class:v8::internal::FINAL [all...] |
/external/v8/src/x87/ |
lithium-x87.h | 874 bool is_double() const { function in class:v8::internal::FINAL [all...] |
/external/v8/src/arm64/ |
lithium-arm64.h | 1214 bool is_double() const { function in class:v8::internal::FINAL [all...] |