Home
last modified time | relevance | path

Searched defs:ret_type (Results 1 – 1 of 1) sorted by relevance

/art/compiler/llvm/
Dgbc_expander.cc697 llvm::Type* ret_type = func->getReturnType(); in EmitStackOverflowCheck() local
987 llvm::Type* ret_type = call_inst.getParent()->getParent()->getReturnType(); in Expand_TestSuspend() local
1223 llvm::Type* ret_type = call_inst.getType(); in Expand_Invoke() local
2664 llvm::FunctionType* GBCExpanderPass::GetFunctionType(llvm::Type* ret_type, uint32_t method_idx, in GetFunctionType()