Home
last modified time | relevance | path

Searched defs:sPtr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
Dsampling_profiler_test.cpp86 static os::thread::NativeHandleType ExtractListenerTid(const Sampler *sPtr) in ExtractListenerTid()
91 static os::thread::NativeHandleType ExtractSamplerTid(const Sampler *sPtr) in ExtractSamplerTid()
96 static PandaSet<os::thread::ThreadId> ExtractManagedThreads(Sampler *sPtr) in ExtractManagedThreads()
104 static size_t ExtractLoadedPFSize(Sampler *sPtr) in ExtractLoadedPFSize()
110 static std::array<int, 2> ExtractPipes(const Sampler *sPtr) in ExtractPipes()
116 static bool ExtractIsActive(const Sampler *sPtr) in ExtractIsActive()
/arkcompiler/runtime_core/taihe/test/ani_test/author/src/
Dani_test.impl.cpp66 } else if (auto sPtr = u.get_sValue_ptr()) { in showUnion() local