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

  /external/chromium_org/v8/src/
hydrogen-mark-deoptimize.cc 56 for (int i = phi->OperandCount() - 1; i >= 0; --i) {
hydrogen-minus-zero.cc 66 for (int i = 0; i < phi->OperandCount(); ++i) {
hydrogen-uint32-analysis.cc 121 for (int j = 0; j < phi->OperandCount(); j++) {
145 for (int j = 0; j < phi->OperandCount(); j++) {
hydrogen-dce.cc 78 for (int i = 0; i < instr->OperandCount(); ++i) {
hydrogen-deoptimizing-mark.cc 84 for (int j = 0; j < instr->OperandCount(); ++j) {
hydrogen-escape-analysis.cc 190 for (int i = 0; i < simulate->OperandCount(); i++) {
198 for (int i = 0; i < instr->OperandCount(); i++) {
hydrogen-instructions.cc 146 for (int i = 0; i < OperandCount(); ++i) {
469 if (OperandCount() != other->OperandCount()) return false;
470 for (int i = 0; i < OperandCount(); ++i) {
481 int count = OperandCount();
547 for (int i = 0; i < OperandCount(); ++i) {
681 for (int i = 0; i < OperandCount(); ++i) {
762 for (int i = 0; i < OperandCount(); ++i) {
    [all...]
hydrogen-representation-changes.cc 142 for (int i = 0; i < current->OperandCount(); ++i) {
hydrogen-instructions.h 783 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 954 int length = object_to_materialize->OperandCount();
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 1009 int length = object_to_materialize->OperandCount();
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 959 int length = object_to_materialize->OperandCount();
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 953 int length = object_to_materialize->OperandCount();
    [all...]

Completed in 5266 milliseconds