Lines Matching defs:slot
284 PeekInstruction(BottomOffset slot, base::Optional<const Type*> widened_type)
285 : slot(slot), widened_type(widened_type) {}
287 BottomOffset slot;
293 os << "Peek " << instruction.slot;
303 PokeInstruction(BottomOffset slot, base::Optional<const Type*> widened_type)
304 : slot(slot), widened_type(widened_type) {}
306 BottomOffset slot;
312 os << "Poke " << instruction.slot;