Searched refs:widened_type (Results 1 – 2 of 2) sorted by relevance
283 PeekInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PeekInstruction()284 : slot(slot), widened_type(widened_type) {} in PeekInstruction()287 base::Optional<const Type*> widened_type; member293 PokeInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PokeInstruction()294 : slot(slot), widened_type(widened_type) {} in PokeInstruction()297 base::Optional<const Type*> widened_type; member
40 if (widened_type) { in TypeInstruction()45 ExpectSubtype(type, *widened_type); in TypeInstruction()46 type = *widened_type; in TypeInstruction()59 if (widened_type) { in TypeInstruction()60 ExpectSubtype(type, *widened_type); in TypeInstruction()61 type = *widened_type; in TypeInstruction()