Searched defs:ctx (Results 1 – 10 of 10) sorted by relevance
60 auto* ctx = static_cast<XzCallbacks*>(const_cast<ISeqInStream*>(p)); in XzCompress() local67 auto* ctx = static_cast<const XzCallbacks*>(p); in XzCompress() local
112 void DexFile::AddMethodInfoCallback(const ExtDexFileMethodInfo* ext_method_info, void* ctx) { in AddMethodInfoCallback()
38 android_log_event_list ctx(EVENT_LOG_TAG_dvm_lock_sample); in LogContentionEvent() local
32 GetProxyQuickFrameVisitor(art::Thread* target, art::Context* ctx, size_t frame_depth) in GetProxyQuickFrameVisitor()
286 Writer(pid_t parent_pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer()437 void DumpSmaps(JavaHprofDataSource::TraceContext* ctx) { in DumpSmaps()519 NO_THREAD_SAFETY_ANALYSIS { in DumpPerfetto()
305 SHA_CTX ctx; in ComputeFileBuildId() local
158 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo()
678 static void RemoveTLSData(art::Thread* target, void* ctx) REQUIRES(art::Locks::thread_list_lock_) { in RemoveTLSData()
838 CallbackCtx ctx(&map, linker->GetAllocatorForClassLoader(art_klass->GetClassLoader())); in FindAndAllocateObsoleteMethods() local
1843 ALWAYS_INLINE InstructionHandler(SwitchImplContext* ctx, in InstructionHandler()1899 SwitchImplContext* const ctx; variable