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

  /external/chromium_org/v8/src/
hydrogen-mark-deoptimize.cc 56 for (int i = phi->OperandCount() - 1; i >= 0; --i) {
hydrogen-uint32-analysis.cc 121 for (int j = 0; j < phi->OperandCount(); j++) {
145 for (int j = 0; j < phi->OperandCount(); j++) {
hydrogen-minus-zero.cc 74 for (int i = 0; i < phi->OperandCount(); ++i) {
hydrogen-dce.cc 45 for (int i = 0; i < instr->OperandCount(); ++i) {
hydrogen-representation-changes.cc 147 for (int i = 0; i < current->OperandCount(); ++i) {
164 for (int i = 0; i < current->OperandCount(); ++i) {
hydrogen-instructions.cc 146 for (int i = 0; i < OperandCount(); ++i) {
481 if (OperandCount() != other->OperandCount()) return false;
482 for (int i = 0; i < OperandCount(); ++i) {
493 int count = OperandCount();
570 for (int i = 0; i < OperandCount(); ++i) {
704 for (int i = 0; i < OperandCount(); ++i) {
793 for (int i = 0; i < OperandCount(); ++i) {
    [all...]
hydrogen-escape-analysis.cc 230 for (int i = 0; i < instr->OperandCount(); i++) {
hydrogen-instructions.h 755 virtual int OperandCount() = 0;
    [all...]
hydrogen-gvn.cc 566 for (int i = 0; i < instr->OperandCount(); ++i) {
lithium-allocator.cc     [all...]
hydrogen.cc     [all...]
  /external/v8/src/
hydrogen-instructions.cc 353 if (OperandCount() != other->OperandCount()) return false;
354 for (int i = 0; i < OperandCount(); ++i) {
365 int count = OperandCount();
417 for (int i = 0; i < OperandCount(); ++i) {
609 for (int i = 0; i < OperandCount(); ++i) {
1060 for (int i = 1; i < OperandCount(); ++i) {
1166 for (int i = 0; i < OperandCount(); ++i) {
1185 SetOperandAt(OperandCount() - 1, value);
1203 int count = OperandCount();
    [all...]
hydrogen-instructions.h 629 virtual int OperandCount() = 0;
872 int OperandCount() { return V; }
924 int OperandCount() { return V; }
968 virtual int OperandCount() { return values_.length(); }
    [all...]
hydrogen.cc 896 for (int i = 0; i < phi->OperandCount(); i++) {
936 for (int k = 0; k < phi->OperandCount(); k++) {
    [all...]
lithium-allocator.cc     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 864 if (current->OperandCount() == 0) {
870 for (int i = 1; i < current->OperandCount(); ++i) {
981 int length = object_to_materialize->OperandCount();
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 928 if (current->OperandCount() == 0) {
934 for (int i = 1; i < current->OperandCount(); ++i) {
1055 int length = object_to_materialize->OperandCount()
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 872 if (current->OperandCount() == 0) {
878 for (int i = 1; i < current->OperandCount(); ++i) {
989 int length = object_to_materialize->OperandCount();
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 867 if (current->OperandCount() == 0) {
873 for (int i = 1; i < current->OperandCount(); ++i) {
984 int length = object_to_materialize->OperandCount();
    [all...]

Completed in 233 milliseconds