Searched refs:func_type (Results 1 - 3 of 3) sorted by relevance

/art/compiler/jni/portable/
H A Djni_compiler.cc265 ::llvm::FunctionType* func_type = local
269 func_ = ::llvm::Function::Create(func_type, ::llvm::Function::InternalLinkage,
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc1831 ::llvm::FunctionType* func_type = GetFunctionType(); local
1832 if (func_type == NULL) {
1836 func_ = ::llvm::Function::Create(func_type,
/art/compiler/llvm/
H A Dgbc_expander.cc892 llvm::Type* func_type = GetFunctionType(call_inst.getType(), local
897 func_type->getPointerTo());
902 func_type->getPointerTo(), kTBAARuntimeInfo);

Completed in 344 milliseconds