Searched refs:SetInputTypes (Results 1 – 3 of 3) sorted by relevance
207 (*catch_block)->SetInputTypes(catch_stack); in TypeInstruction()267 label_blocks[i]->SetInputTypes(std::move(continuation_stack)); in TypeInstruction()277 (*catch_block)->SetInputTypes(catch_stack); in TypeInstruction()286 (*return_continuation)->SetInputTypes(return_stack); in TypeInstruction()380 (*catch_block)->SetInputTypes(catch_stack); in TypeInstruction()465 (*catch_block)->SetInputTypes(catch_stack); in TypeInstruction()516 if_true->SetInputTypes(*stack); in TypeInstruction()517 if_false->SetInputTypes(*stack); in TypeInstruction()529 if_true->SetInputTypes(*stack); in TypeInstruction()530 if_false->SetInputTypes(*stack); in TypeInstruction()[all …]
40 void SetInputTypes(const Stack<const Type*>& input_types);
13 void Block::SetInputTypes(const Stack<const Type*>& input_types) { in SetInputTypes() function in v8::internal::torque::Block