HomeSort by relevance Sort by last modified time
    Searched refs:IsDouble (Results 26 - 50 of 80) sorted by null

12 3 4

  /art/compiler/dex/quick/arm64/
utility_arm64.cc 135 DCHECK(r_dest.IsDouble());
    [all...]
int_arm64.cc 325 bool dest_is_double = r_dest.IsDouble();
326 bool src_is_double = r_src.IsDouble();
337 if (r_dest.IsDouble()) {
344 if (r_src.IsDouble()) {
    [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 80 DCHECK(reg.IsDouble());
131 return reg.IsDouble()
assemble_mips.cc 676 DCHECK(RegStorage::IsDouble(operand)) << ", Operand = 0x" << std::hex << operand;
    [all...]
  /external/chromium_org/v8/src/
json-parser.h 395 if (expected_representation.IsDouble()) {
467 !descriptors->GetDetails(i).representation().IsDouble()) {
hydrogen-range-analysis.cc 70 instr->to().IsDouble() ||
lookup.cc 256 bool is_double = representation().IsDouble();
hydrogen-escape-analysis.cc 147 if (representation.IsSmiOrInteger32() || representation.IsDouble()) {
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h 846 return !representation().IsSmiOrInteger32() && !representation().IsDouble();
    [all...]
objects-debug.cc 268 if (r.IsDouble()) DCHECK(value->IsMutableHeapNumber());
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 33 DCHECK_EQ(r_dest.IsDouble(), r_src.IsDouble());
34 if (r_dest.IsDouble()) {
568 DCHECK(r_dest.IsDouble());
    [all...]
  /external/chromium_org/v8/src/compiler/
instruction-selector.cc 191 bool InstructionSelector::IsDouble(const Node* node) const {
193 return sequence()->IsDouble(node->id());
212 DCHECK(!IsDouble(node));
    [all...]
instruction.cc 375 bool InstructionSequence::IsDouble(int virtual_register) const {
instruction.h 797 // TODO(titzer): s/IsDouble/IsFloat64/
839 bool IsDouble(int virtual_register) const;
  /art/runtime/verifier/
reg_type.h 55 virtual bool IsDouble() const { return false; }
539 bool IsDouble() const {
method_verifier.cc     [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 445 } else if (r.IsDouble()) {
483 } else if (r.IsDouble()) {
556 } else if (r.IsDouble()) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 442 } else if (r.IsDouble()) {
480 } else if (r.IsDouble()) {
551 } else if (r.IsDouble()) {
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.cc 387 } else if (r.IsDouble()) {
425 } else if (r.IsDouble()) {
498 } else if (r.IsDouble()) {
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 143 return reg.IsDouble()
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc     [all...]

Completed in 661 milliseconds

12 3 4