Home
last modified time | relevance | path

Searched defs:context (Results 1 – 20 of 20) 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_thumb2.h27 RuntimeSupportBuilderThumb2(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderThumb2()
Druntime_support_builder_x86.h27 RuntimeSupportBuilderX86(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderX86()
Dmd_builder.h38 explicit MDBuilder(::llvm::LLVMContext& context) in MDBuilder()
Dir_builder.cc31 IRBuilder::IRBuilder(::llvm::LLVMContext& context, ::llvm::Module& module, in IRBuilder()
Dintrinsic_helper.cc93 IntrinsicHelper::IntrinsicHelper(::llvm::LLVMContext& context, in IntrinsicHelper()
Druntime_support_builder.cc39 RuntimeSupportBuilder::RuntimeSupportBuilder(::llvm::LLVMContext& context, in RuntimeSupportBuilder()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc81 static void ThreadCountCallback(Thread*, void* context) { in ThreadCountCallback()
89 static void ThreadStatsGetterCallback(Thread* t, void* context) { in ThreadStatsGetterCallback()
/art/runtime/
Druntime_linux.cc227 mcontext_t& context; member
Dthread.cc887 UniquePtr<Context> context(Context::Create()); in DumpStack() local
1992 Context* context = GetLongJumpContext(); in GetCurrentLocationForThrow() local
2010 ReferenceMapVisitor(Thread* thread, Context* context, const RootVisitor& visitor) in ReferenceMapVisitor()
2176 Context* context = GetLongJumpContext(); in VerifyRoots() local
2211 Context* context = GetLongJumpContext(); in VisitRoots() local
2233 UniquePtr<Context> context(Context::Create()); in VerifyStackImpl() local
Ddex_file.cc627 LineNumFromPcContext context(rel_pc, -1); in GetLineNumFromPC() local
668 void* context, const byte* stream, LocalInfo* local_in_reg) const { in DecodeDebugInfo0()
844 LineNumFromPcContext* context = reinterpret_cast<LineNumFromPcContext*>(raw_context); in LineNumForPcCb() local
Ddebugger.cc730 UniquePtr<Context> context(Context::Create()); in GetOwnedMonitors() local
1349 DebugCallbackContext context; in OutputLineTable() local
1397 DebugCallbackContext context; in OutputVariableTable() local
2008 UniquePtr<Context> context(Context::Create()); in GetThisObject() local
2148 UniquePtr<Context> context(Context::Create()); in GetLocalValue() local
2235 UniquePtr<Context> context(Context::Create()); in SetLocalValue() local
2516 DebugCallbackContext* context = reinterpret_cast<DebugCallbackContext*>(raw_context); in ConfigureStep() local
2556 DebugCallbackContext context; in ConfigureStep() local
3431 HeapChunkContext context((what == HPSG_WHAT_MERGED_OBJECTS), native); in DdmSendHeapSegments() local
Dstack.cc86 StackVisitor::StackVisitor(Thread* thread, Context* context) in StackVisitor()
Dthread_list.cc558 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach() argument
Dinstrumentation.cc161 UniquePtr<Context> context(Context::Create()); in InstrumentationInstallStack() local
Dthread.h319 void ReleaseLongJumpContext(Context* context) { in ReleaseLongJumpContext()
Ddex_file.h768 void InvokeLocalCbIfLive(void* context, int reg, uint32_t end_address, in InvokeLocalCbIfLive()
/art/compiler/
Dimage_writer.cc261 NonImageClasses context; in PruneNonImageClasses() local
297 NonImageClasses* context = reinterpret_cast<NonImageClasses*>(arg); in NonImageClassesVisitor() local
/art/compiler/driver/
Dcompiler_driver.cc1613 ParallelCompilationManager context(class_linker, class_loader, this, &dex_file, thread_pool); in ResolveDexFile() local
1686 ParallelCompilationManager context(class_linker, class_loader, this, &dex_file, thread_pool); in VerifyDexFile() local
2200 ParallelCompilationManager context(class_linker, jni_class_loader, this, &dex_file, thread_pool); in InitializeClasses() local
2298 ParallelCompilationManager context(Runtime::Current()->GetClassLinker(), class_loader, this, in CompileDexFile() local
/art/runtime/gc/collector/
Dmark_sweep.cc1114 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
1132 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in ZygoteSweepCallback() local