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

  /external/v8/src/
hydrogen-instructions.cc 268 for (int i = 0; i < OperandCount(); ++i) {
285 for (int i = 0; i < OperandCount(); ++i) {
300 if (OperandCount() != other->OperandCount()) return false;
301 for (int i = 0; i < OperandCount(); ++i) {
312 int count = OperandCount();
345 for (int i = 0; i < OperandCount(); ++i) {
359 for (int i = 0; i < use->OperandCount(); ++i) {
368 for (int i = 0; i < use->OperandCount(); ++i) {
379 for (int i = 0; i < use->OperandCount(); ++i)
    [all...]
hydrogen-instructions.h 514 virtual int OperandCount() = 0;
735 int OperandCount() { return V; }
751 int OperandCount() { return V; }
782 virtual int OperandCount() { return values_.length(); }
1022 virtual int OperandCount() { return values_.length(); }
    [all...]
hydrogen.cc 787 for (int i = 0; i < phi->OperandCount(); i++) {
    [all...]
lithium-allocator.cc     [all...]

Completed in 24 milliseconds