Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.h284 PeekInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PeekInstruction()
285 : slot(slot), widened_type(widened_type) {} in PeekInstruction()
288 base::Optional<const Type*> widened_type; member
294 if (instruction.widened_type) {
295 os << ", " << **instruction.widened_type;
303 PokeInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PokeInstruction()
304 : slot(slot), widened_type(widened_type) {} in PokeInstruction()
307 base::Optional<const Type*> widened_type; member
313 if (instruction.widened_type) {
314 os << ", " << **instruction.widened_type;
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()