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
 1337         if (alloc->context.isValid() &&
 1338             *alloc->context.get() != addr_t(args[eRsContext]))
 1342       alloc->context = addr_t(args[eRsContext]);
 1430     alloc->context = uint64_t(args[eRsContext]);
 1865   if (!alloc->address.isValid() || !alloc->context.isValid()) {
 1874                          *alloc->context.get(), *alloc->address.get());
 1900   if (!alloc->type_ptr.isValid() || !alloc->context.isValid()) {
 1921                            *alloc->context.get(), bits, *alloc->type_ptr.get());
 2211   if (!JITElementPacked(alloc->element, *alloc->context.get(), frame_ptr))
 3370     if (!alloc->context.isValid())
 3373       strm.Printf("0x%" PRIx64 "\n", *alloc->context.get());