Searched refs:GetFunctionType (Results 1 – 5 of 5) sorted by relevance
/art/compiler/jni/portable/ |
D | jni_compiler.h | 65 ::llvm::FunctionType* GetFunctionType(uint32_t method_idx,
|
D | jni_compiler.cc | 138 GetFunctionType(dex_compilation_unit_->GetDexMethodIndex(), in Compile() 266 GetFunctionType(dex_compilation_unit_->GetDexMethodIndex(), is_static, false); in CreateFunction() 280 ::llvm::FunctionType* JniCompiler::GetFunctionType(uint32_t method_idx, in GetFunctionType() function in art::llvm::JniCompiler
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.h | 167 ::llvm::FunctionType* GetFunctionType();
|
D | mir_to_gbc.cc | 1794 ::llvm::FunctionType* MirConverter::GetFunctionType() { in GetFunctionType() function in art::MirConverter 1817 ::llvm::FunctionType* func_type = GetFunctionType(); in CreateFunction()
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 381 llvm::FunctionType* GetFunctionType(llvm::Type* ret_type, uint32_t method_idx, bool is_static); 905 llvm::Type* func_type = GetFunctionType(call_inst.getType(), in EmitInvoke() 2673 llvm::FunctionType* GBCExpanderPass::GetFunctionType(llvm::Type* ret_type, uint32_t method_idx, in GetFunctionType() function in __anon98cd75290111::GBCExpanderPass
|