HomeSort by relevance Sort by last modified time
    Searched defs:kNumRegisters (Results 1 - 7 of 7) sorted by null

  /external/v8/src/mips/
register-allocator-mips.h 39 static const int kNumRegisters = 0;
assembler-mips.h 74 static const int kNumRegisters = v8::internal::kNumRegisters;
112 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
169 static const int kNumRegisters = v8::internal::kNumFPURegisters;
    [all...]
constants-mips.h 64 static const int kNumRegisters = 32;
  /external/v8/src/arm/
assembler-arm.h 73 static const int kNumRegisters = 16;
106 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
174 static const int kNumRegisters = 16;
    [all...]
constants-arm.h 95 static const int kNumRegisters = 16;
753 static const char* names_[kNumRegisters];
  /external/v8/src/ia32/
assembler-ia32.h 69 static const int kNumRegisters = 8;
81 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
132 static const int kNumRegisters = 8;
163 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
    [all...]
  /external/v8/src/x64/
assembler-x64.h 98 static const int kNumRegisters = 16;
132 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
159 static const int kAllocationIndexByRegisterCode[kNumRegisters];
182 static const int kNumRegisters = 16;
218 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
    [all...]

Completed in 525 milliseconds