Home
last modified time | relevance | path

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

/art/compiler/sea_ir/code_gen/
Dcode_gen.cc66 std::vector<llvm::Type*> parameter_types; in Visit() local
72 parameter_types.push_back(llvm::Type::getInt32Ty(*llvm_data_->context_)); in Visit()
81 parameter_types, false); in Visit()