Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.h150 static LanguageContext ctx_; variable
Dtrace.cpp33 LanguageContext Trace::ctx_ = LanguageContext(nullptr); member in ark::Trace
/arkcompiler/runtime_core/static_core/runtime/tests/
Dfibers_test.cpp94 fibers::FiberContext ctx_; member in ark::fibers::test::Fiber
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.h135 InteropCtx *ctx_ = nullptr; variable
149 InteropCtx *ctx_ = nullptr; variable
Djs_refconvert_builtin.cpp496 InteropCtx *ctx_; member in ark::ets::interop::js::__anon180a2fb90111::CompatConvertorsRegisterer
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp121 const ClassLinkerContext *ctx_ {}; member in ark::ets::RefTypeLink
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.h305 Context *ctx_; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp68 InteropCtx *const ctx_; member in ark::ets::interop::js::CallETSHandler
Dcall_js.cpp121 InteropCtx *const ctx_; member in ark::ets::interop::js::CallJSHandler