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

  /external/v8/src/arm/
virtual-frame-arm.h 59 static const int kIllegalIndex = -1;
97 return register_locations_[num] != kIllegalIndex;
102 != kIllegalIndex;
382 // kIllegalIndex if a register is not on the frame.
435 set_register_location(reg, kIllegalIndex);
499 // is returned. Otherwise, returns kIllegalIndex.
  /external/v8/src/ia32/
virtual-frame-ia32.h 73 static const int kIllegalIndex = -1;
110 return register_locations_[num] != kIllegalIndex;
115 != kIllegalIndex;
442 // kIllegalIndex if a register is not on the frame.
511 set_register_location(reg, kIllegalIndex);
572 // is returned. Otherwise, returns kIllegalIndex.
  /external/v8/src/mips/
virtual-frame-mips.h 61 static const int kIllegalIndex = -1;
98 return register_locations_[num] != kIllegalIndex;
103 != kIllegalIndex;
408 // kIllegalIndex if a register is not on the frame.
461 set_register_location(reg, kIllegalIndex);
525 // is returned. Otherwise, returns kIllegalIndex.
  /external/v8/src/x64/
virtual-frame-x64.h 73 static const int kIllegalIndex = -1;
111 return register_locations_[num] != kIllegalIndex;
116 != kIllegalIndex;
434 // kIllegalIndex if a register is not on the frame.
487 set_register_location(reg, kIllegalIndex);
548 // is returned. Otherwise, returns kIllegalIndex.

Completed in 111 milliseconds