Searched defs:kIllegalIndex (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dvirtual-frame-arm.h59 static const int kIllegalIndex = -1; member in class:v8::internal::VirtualFrame
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/
H A Dvirtual-frame-ia32.h73 static const int kIllegalIndex = -1; member in class:v8::internal::VirtualFrame
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/
H A Dvirtual-frame-mips.h61 static const int kIllegalIndex = -1; member in class:v8::internal::VirtualFrame
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/
H A Dvirtual-frame-x64.h73 static const int kIllegalIndex = -1; member in class:v8::internal::VirtualFrame
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 53 milliseconds