Searched defs:function_name (Results 1 - 3 of 3) sorted by relevance

/art/compiler/sea_ir/code_gen/
H A Dcode_gen.h104 explicit CodeGenPrepassVisitor(const std::string& function_name): argument
105 function_name_(function_name) { }
H A Dcode_gen.cc200 std::string function_name = "dex_int_00020Main_fibonacci_00028int_00029"; local
201 llvm::Function *callee = llvm_data_->module_.getFunction(function_name);
/art/compiler/sea_ir/ir/
H A Dsea.cc397 CodeGenData* SeaGraph::GenerateLLVM(const std::string& function_name, argument
400 CodeGenPrepassVisitor code_gen_prepass_visitor(function_name);
411 const std::string& function_name,
431 CodeGenData* cgd = GenerateLLVM(function_name, dex_file);
410 CompileMethod( const std::string& function_name, const art::DexFile::CodeItem* code_item, uint16_t class_def_idx, uint32_t method_idx, uint32_t method_access_flags, const art::DexFile& dex_file) argument

Completed in 3884 milliseconds