Searched refs:module (Results 1 – 13 of 13) sorted by relevance
/art/compiler/llvm/ |
D | ir_builder.cc | 31 IRBuilder::IRBuilder(::llvm::LLVMContext& context, ::llvm::Module& module, in IRBuilder() argument 33 : LLVMIRBuilder(context), module_(&module), mdb_(context), java_object_type_(NULL), in IRBuilder() 36 ::llvm::Type* jobject_struct_type = module.getTypeByName("JavaObject"); in IRBuilder() 41 ::llvm::Type* type = module.getTypeByName("Method"); in IRBuilder() 49 type = module.getTypeByName("Thread"); in IRBuilder() 61 art_frame_type_ = module.getTypeByName("ShadowFrame"); in IRBuilder()
|
D | runtime_support_builder_arm.h | 27 RuntimeSupportBuilderARM(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderARM() argument 28 : RuntimeSupportBuilder(context, module, irb) {} in RuntimeSupportBuilderARM()
|
D | runtime_support_builder_x86.h | 27 RuntimeSupportBuilderX86(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderX86() argument 28 : RuntimeSupportBuilder(context, module, irb) {} in RuntimeSupportBuilderX86()
|
D | intrinsic_helper.cc | 94 ::llvm::Module& module) { in IntrinsicHelper() argument 95 IRBuilder irb(context, module, *this); in IntrinsicHelper() 138 info.name_, &module); in IntrinsicHelper()
|
D | runtime_support_builder.cc | 40 ::llvm::Module& module, in RuntimeSupportBuilder() argument 42 : context_(context), module_(module), irb_(irb) { in RuntimeSupportBuilder()
|
D | intrinsic_helper.h | 126 IntrinsicHelper(::llvm::LLVMContext& context, ::llvm::Module& module);
|
D | runtime_support_builder.h | 42 RuntimeSupportBuilder(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb);
|
D | compiler_llvm.cc | 109 ::llvm::Module* makeLLVMModuleContents(::llvm::Module* module);
|
D | llvm_compilation_unit.cc | 95 ::llvm::Module* makeLLVMModuleContents(::llvm::Module* module);
|
D | ir_builder.h | 71 IRBuilder(::llvm::LLVMContext& context, ::llvm::Module& module,
|
D | gbc_expander.cc | 663 llvm::Module* module = func->getParent(); in EmitStackOverflowCheck() local 667 llvm::Intrinsic::getDeclaration(module, llvm::Intrinsic::frameaddress); in EmitStackOverflowCheck()
|
/art/runtime/base/ |
D | logging.h | 142 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument 143 #define VLOG(module) if (VLOG_IS_ON(module)) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream… argument 144 #define VLOG_STREAM(module) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream() argument
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 46 ::llvm::Module* makeLLVMModuleContents(::llvm::Module* module);
|