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

/external/v8/src/compiler/
H A Dlinkage.h55 return LinkageLocation(STACK_SLOT, slot, type);
61 return LinkageLocation(STACK_SLOT, slot, type);
96 return LinkageLocation(STACK_SLOT,
107 enum LocationType { REGISTER, STACK_SLOT }; enumerator in enum:v8::internal::compiler::LinkageLocation::LocationType
H A Dinstruction.h426 enum LocationKind { REGISTER, STACK_SLOT }; enumerator in enum:v8::internal::compiler::LocationOperand::LocationKind
607 LocationOperand::STACK_SLOT;
623 LocationOperand::STACK_SLOT &&
631 LocationOperand::STACK_SLOT &&
639 LocationOperand::STACK_SLOT &&
/external/v8/src/crankshaft/
H A Dlithium.h22 V(StackSlot, STACK_SLOT, 128) \
33 STACK_SLOT, enumerator in enum:v8::internal::LOperand::Kind

Completed in 221 milliseconds