Home
last modified time | relevance | path

Searched refs:widened_type (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Dinstructions.h283 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; member
293 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
Dinstructions.cc40 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()