Home
last modified time | relevance | path

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

/art/compiler/llvm/
Druntime_support_builder_arm.h27 RuntimeSupportBuilderARM(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderARM()
Druntime_support_builder_x86.h27 RuntimeSupportBuilderX86(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderX86()
Dir_builder.cc31 IRBuilder::IRBuilder(::llvm::LLVMContext& context, ::llvm::Module& module, in IRBuilder()
Dintrinsic_helper.cc94 ::llvm::Module& module) { in IntrinsicHelper()
Druntime_support_builder.cc40 ::llvm::Module& module, in RuntimeSupportBuilder()
Dgbc_expander.cc663 llvm::Module* module = func->getParent(); in EmitStackOverflowCheck() local
/art/runtime/base/
Dlogging.h142 #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