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

/external/v8/src/compiler/
H A Dinstruction.h90 inline bool IsStackSlot() const;
440 DCHECK(IsStackSlot() || IsFPStackSlot());
610 bool InstructionOperand::IsStackSlot() const { function in class:v8::internal::compiler::InstructionOperand

Completed in 468 milliseconds