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

  /external/v8/src/ia32/
assembler-ia32.h 69 static int NumAllocatableRegisters() {
147 static int NumAllocatableRegisters() {
    [all...]
  /external/v8/src/x87/
assembler-x87.h 69 static int NumAllocatableRegisters() {
147 static int NumAllocatableRegisters() {
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h 161 static int NumAllocatableRegisters() { return kMaxNumAllocatableRegisters; }
172 DCHECK(index < static_cast<unsigned>(NumAllocatableRegisters()));
174 if (index == (static_cast<unsigned>(NumAllocatableRegisters() - 1))) {
185 DCHECK((index >= 0) && (index < NumAllocatableRegisters()));
205 return NumAllocatableRegisters() - 1;
277 static int NumAllocatableRegisters() { return kMaxNumAllocatableRegisters; }
285 DCHECK(index < static_cast<unsigned>(NumAllocatableRegisters()));
293 DCHECK((index >= 0) && (index < NumAllocatableRegisters()));
    [all...]
  /external/v8/src/mips/
assembler-mips-inl.h 87 int Register::NumAllocatableRegisters() {
97 int DoubleRegister::NumAllocatableRegisters() {
  /external/v8/src/mips64/
assembler-mips64-inl.h 87 int Register::NumAllocatableRegisters() {
97 int DoubleRegister::NumAllocatableRegisters() {
  /external/v8/src/arm/
assembler-arm-inl.h 53 int Register::NumAllocatableRegisters() {
68 int DwVfpRegister::NumAllocatableRegisters() {
84 DCHECK(index >= 0 && index < NumAllocatableRegisters());
  /external/v8/src/x64/
assembler-x64.h 77 static int NumAllocatableRegisters() {
199 static int NumAllocatableRegisters() {
    [all...]

Completed in 1514 milliseconds