Home
last modified time | relevance | path

Searched refs:s_runtimeHookCount (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h497 static const size_t s_runtimeHookCount; variable
H A DRenderScriptRuntime.cpp1088 const size_t RenderScriptRuntime::s_runtimeHookCount = member in RenderScriptRuntime
1553 std::array<bool, s_runtimeHookCount> hook_placed; in LoadRuntimeHooks()
1556 for (size_t idx = 0; idx < s_runtimeHookCount; idx++) { in LoadRuntimeHooks()