HomeSort by relevance Sort by last modified time
    Searched refs:OperandAt (Results 1 - 23 of 23) sorted by null

  /system/core/libunwindstack/
DwarfOp.cpp 154 AddressType bytes_to_read = OperandAt(0);
199 AddressType index = OperandAt(0);
309 stack_[0] += OperandAt(0);
346 int16_t offset = static_cast<int16_t>(OperandAt(0));
401 int16_t offset = static_cast<int16_t>(OperandAt(0));
423 stack_.push_front(OperandAt(0));
437 stack_.push_front((*regs_)[reg] + OperandAt(0));
443 AddressType reg = OperandAt(0);
448 stack_.push_front((*regs_)[reg] + OperandAt(1));
DwarfOp.h 84 AddressType OperandAt(size_t index) { return operands_[index]; }
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 549 return index == kNoRedefinedOperand ? NULL : OperandAt(index);
567 value = value->OperandAt(index);
580 virtual HValue* OperandAt(int index) const = 0;
    [all...]
hydrogen-escape-analysis.cc 92 HValue* operand = old_state->OperandAt(index);
106 HValue* operand = old_state->OperandAt(index);
195 NewLoadReplacement(load, state->OperandAt(index));
227 if (instr->OperandAt(i) != allocate) continue;
272 HValue* operand = state->OperandAt(index);
273 HValue* succ_operand = succ_state->OperandAt(index);
hydrogen-uint32-analysis.cc 123 HValue* operand = phi->OperandAt(j);
147 HValue* operand = phi->OperandAt(j);
hydrogen-representation-changes.cc 178 HValue* input = current->OperandAt(i);
195 HValue* input = current->OperandAt(i);
212 HValue* input = current->OperandAt(i);
hydrogen-dce.cc 23 HValue* input = instr->OperandAt(i);
hydrogen-instructions.cc 140 h_infer->AddToWorklist(OperandAt(i));
452 if (OperandAt(i)->id() != other->OperandAt(i)->id()) return false;
464 result = result * 19 + OperandAt(i)->id() + (result >> 7);
542 HValue* operand = OperandAt(i);
610 HValue* old_value = OperandAt(index);
665 os << NameOf(OperandAt(i));
762 HValue* other_operand = OperandAt(i);
1007 os << NameOf(OperandAt(i)) << " ";
    [all...]
lithium.cc 698 HValue* arg_value = value->OperandAt(i);
714 HValue* arg_value = value->OperandAt(i);
hydrogen-range-analysis.cc 222 AddToWorklist(phi->OperandAt(i));
hydrogen-check-elimination.cc 206 HValue* phi_operand = phi->OperandAt(pred_index);
326 HValue* phi_operand = phi->OperandAt(pred_index);
lithium-allocator.cc 562 if (!phi->OperandAt(index)->IsConstant()) {
563 live_out->Add(phi->OperandAt(index)->id());
    [all...]
hydrogen-gvn.cc 621 if (instr->OperandAt(i)->IsDefinedAfter(pre_header)) {
hydrogen.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 798 DCHECK(!current->OperandAt(0)->IsControlInstruction());
800 LDummyUse(UseAny(current->OperandAt(0))));
803 if (current->OperandAt(i)->IsControlInstruction()) continue;
805 new(zone()) LDummyUse(UseAny(current->OperandAt(i)));
1030 LOperand* op = UseFixed(instr->OperandAt(1), rsi);
1035 op = UseFixed(instr->OperandAt(
1042 op = UseAny(instr->OperandAt(
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 771 DCHECK(!current->OperandAt(0)->IsControlInstruction());
773 LDummyUse(UseAny(current->OperandAt(0))));
776 if (current->OperandAt(i)->IsControlInstruction()) continue;
778 new(zone()) LDummyUse(UseAny(current->OperandAt(i)));
1005 LOperand* op = UseFixed(instr->OperandAt(1), cp);
1010 op = UseFixed(instr->OperandAt(
1017 op = UseAny(instr->OperandAt(
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 614 DCHECK(!current->OperandAt(0)->IsControlInstruction());
616 LDummyUse(UseAny(current->OperandAt(0))));
619 if (current->OperandAt(i)->IsControlInstruction()) continue;
621 new(zone()) LDummyUse(UseAny(current->OperandAt(i)));
968 LOperand* op = UseFixed(instr->OperandAt(1), cp);
973 op = UseFixed(instr->OperandAt(
988 op = UseRegisterAtStart(instr->OperandAt(
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 804 DCHECK(!current->OperandAt(0)->IsControlInstruction());
806 LDummyUse(UseAny(current->OperandAt(0))));
809 if (current->OperandAt(i)->IsControlInstruction()) continue;
811 new(zone()) LDummyUse(UseAny(current->OperandAt(i)));
1042 LOperand* op = UseFixed(instr->OperandAt(1), esi);
1047 op = UseFixed(instr->OperandAt(
1054 op = UseAny(instr->OperandAt(
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 781 DCHECK(!current->OperandAt(0)->IsControlInstruction());
783 LDummyUse(UseAny(current->OperandAt(0))));
786 if (current->OperandAt(i)->IsControlInstruction()) continue;
788 new(zone()) LDummyUse(UseAny(current->OperandAt(i)));
1010 LOperand* op = UseFixed(instr->OperandAt(1), cp);
1015 op = UseFixed(instr->OperandAt(
1022 op = UseAny(instr->OperandAt(
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 781 DCHECK(!current->OperandAt(0)->IsControlInstruction());
783 LDummyUse(UseAny(current->OperandAt(0))));
786 if (current->OperandAt(i)->IsControlInstruction()) continue;
788 new(zone()) LDummyUse(UseAny(current->OperandAt(i)));
1010 LOperand* op = UseFixed(instr->OperandAt(1), cp);
1015 op = UseFixed(instr->OperandAt(
1022 op = UseAny(instr->OperandAt(
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 786 DCHECK(!current->OperandAt(0)->IsControlInstruction());
788 LDummyUse(UseAny(current->OperandAt(0))));
791 if (current->OperandAt(i)->IsControlInstruction()) continue;
793 new (zone()) LDummyUse(UseAny(current->OperandAt(i)));
1016 LOperand* op = UseFixed(instr->OperandAt(1), cp);
1021 op = UseFixed(instr->OperandAt(
1028 op = UseAny(instr->OperandAt(
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 717 DCHECK(!current->OperandAt(0)->IsControlInstruction());
719 LDummyUse(UseAny(current->OperandAt(0))));
722 if (current->OperandAt(i)->IsControlInstruction()) continue;
724 new (zone()) LDummyUse(UseAny(current->OperandAt(i)));
929 LOperand* op = UseFixed(instr->OperandAt(1), cp);
934 op = UseFixed(instr->OperandAt(
941 op = UseAny(instr->OperandAt(
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 801 DCHECK(!current->OperandAt(0)->IsControlInstruction());
803 LDummyUse(UseAny(current->OperandAt(0))));
806 if (current->OperandAt(i)->IsControlInstruction()) continue;
808 new(zone()) LDummyUse(UseAny(current->OperandAt(i)));
1059 LOperand* op = UseFixed(instr->OperandAt(1), esi);
1064 op = UseFixed(instr->OperandAt(
    [all...]

Completed in 1462 milliseconds