Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_gnu_debugdata_writer.h48 auto* ctx = static_cast<XzCallbacks*>(reinterpret_cast<ISeqInStream*>(p)); in XzCompress() local
55 auto* ctx = static_cast<XzCallbacks*>(reinterpret_cast<ISeqOutStream*>(p)); in XzCompress() local
Delf_debug_line_writer.h37 static bool PositionInfoCallback(void* ctx, const DexFile::PositionInfo& entry) { in PositionInfoCallback()
Delf_debug_info_writer.h46 static void LocalInfoCallback(void* ctx, const DexFile::LocalInfo& entry) { in LocalInfoCallback()
/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/runtime/interpreter/
Dinterpreter_switch_impl.cc198 void ExecuteSwitchImplCpp(SwitchImplContext* ctx) { in ExecuteSwitchImplCpp()
/art/openjdkjvmti/
Dti_thread.cc631 static void RemoveTLSData(art::Thread* target, void* ctx) REQUIRES(art::Locks::thread_list_lock_) { in RemoveTLSData()
Dti_redefine.cc575 CallbackCtx ctx(&map, linker->GetAllocatorForClassLoader(art_klass->GetClassLoader())); in FindAndAllocateObsoleteMethods() local