Searched refs:sea_instructions (Results 1 – 1 of 1) sorted by relevance
604 std::vector<InstructionNode*> sea_instructions; in Create() local607 sea_instructions.push_back(new ConstInstructionNode(in)); in Create()610 sea_instructions.push_back(new ReturnInstructionNode(in)); in Create()613 sea_instructions.push_back(new IfNeInstructionNode(in)); in Create()616 sea_instructions.push_back(new UnnamedConstInstructionNode(in, in->VRegC_22b())); in Create()617 sea_instructions.push_back(new AddIntLitInstructionNode(in)); in Create()620 sea_instructions.push_back(new MoveResultInstructionNode(in)); in Create()623 sea_instructions.push_back(new InvokeStaticInstructionNode(in)); in Create()626 sea_instructions.push_back(new AddIntInstructionNode(in)); in Create()629 sea_instructions.push_back(new GotoInstructionNode(in)); in Create()[all …]