Home
last modified time | relevance | path

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

/art/compiler/jni/portable/
Djni_compiler.h65 ::llvm::FunctionType* GetFunctionType(uint32_t method_idx,
Djni_compiler.cc138 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/
Dmir_to_gbc.h167 ::llvm::FunctionType* GetFunctionType();
Dmir_to_gbc.cc1794 ::llvm::FunctionType* MirConverter::GetFunctionType() { in GetFunctionType() function in art::MirConverter
1817 ::llvm::FunctionType* func_type = GetFunctionType(); in CreateFunction()
/art/compiler/llvm/
Dgbc_expander.cc381 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