Searched defs:argTypes (Results 1 – 3 of 3) sorted by relevance
292 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in EmitSlowPathEntry() local927 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in CreateTailCallFastPath() local953 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in CreateTailCallInterpreter() local988 ArenaVector<llvm::Type *> argTypes(graph_->GetLocalAllocator()->Adapter()); in GetEntryFunctionType() local1794 ArenaVector<llvm::Type *> argTypes(ctor->GetGraph()->GetLocalAllocator()->Adapter()); in VisitCallIndirect() local1819 ArenaVector<llvm::Type *> argTypes(ctor->GetGraph()->GetLocalAllocator()->Adapter()); in VisitCall() local
119 IntrinArgType argTypes[1 + kMaxArgsNum]; // argTypes[0] is the return type member
57 PrimType argTypes[kMaxModFuncArgSize]; member