Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 9 of 9) sorted by relevance

/art/libelffile/elf/
Dxz_utils.cc60 auto* ctx = static_cast<XzCallbacks*>(const_cast<ISeqInStream*>(p)); in XzCompress() local
67 auto* ctx = static_cast<const XzCallbacks*>(p); in XzCompress() local
/art/libdexfile/external/
Ddex_file_supp.cc92 void DexFile::AddMethodInfoCallback(const ExtDexFileMethodInfo* ext_method_info, void* ctx) { in AddMethodInfoCallback()
/art/runtime/
Dmonitor_android.cc38 android_log_event_list ctx(EVENT_LOG_TAG_dvm_lock_sample); in LogContentionEvent() local
/art/test/1945-proxy-method-arguments/
Dget_args.cc32 GetProxyQuickFrameVisitor(art::Thread* target, art::Context* ctx, size_t frame_depth) in GetProxyQuickFrameVisitor()
/art/dex2oat/linker/
Delf_writer_quick.cc305 SHA_CTX ctx; in ComputeFileBuildId() local
/art/openjdkjvmti/
Ddeopt_manager.cc158 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo()
Dti_thread.cc675 static void RemoveTLSData(art::Thread* target, void* ctx) REQUIRES(art::Locks::thread_list_lock_) { in RemoveTLSData()
Dti_redefine.cc619 CallbackCtx ctx(&map, linker->GetAllocatorForClassLoader(art_klass->GetClassLoader())); in FindAndAllocateObsoleteMethods() local
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2580 ALWAYS_INLINE InstructionHandler(SwitchImplContext* ctx, in InstructionHandler()
2605 SwitchImplContext* const ctx; variable
2625 ATTRIBUTE_NO_SANITIZE_ADDRESS void ExecuteSwitchImplCpp(SwitchImplContext* ctx) { in ExecuteSwitchImplCpp()