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
 1323     if (!alloc)
 1324       alloc = CreateAllocation(alloc_addr);
 1326     if (alloc) {
 1328       if (alloc->address.isValid()) {
 1330         assert(*alloc->address.get() == alloc_addr);
 1332         alloc->address = alloc_addr;
 1337         if (alloc->context.isValid() &&
 1338             *alloc->context.get() != addr_t(args[eRsContext]))
 1342       alloc->context = addr_t(args[eRsContext]);