reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 3145   if (alloc_id <= m_allocations.size() && alloc_id != 0 &&
 3145   if (alloc_id <= m_allocations.size() && alloc_id != 0 &&
 3146       m_allocations[alloc_id - 1]->id == alloc_id) {
 3146       m_allocations[alloc_id - 1]->id == alloc_id) {
 3147     alloc = m_allocations[alloc_id - 1].get();
 3153     if (a->id == alloc_id) {
 3161                 alloc_id);