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
 2407   if (!alloc)
 2411             *alloc->address.get());
 2414   if (alloc->ShouldRefresh()) {
 2418     if (!RefreshAllocation(alloc, frame_ptr)) {
 2424   assert(alloc->data_ptr.isValid() && alloc->element.type.isValid() &&
 2424   assert(alloc->data_ptr.isValid() && alloc->element.type.isValid() &&
 2425          alloc->element.type_vec_size.isValid() && alloc->size.isValid() &&
 2425          alloc->element.type_vec_size.isValid() && alloc->size.isValid() &&
 2426          alloc->element.datum_size.isValid() &&
 2478   if (*alloc->element.datum_size.get() != root_el_hdr.element_size) {
 2481                 root_el_hdr.element_size, *alloc->element.datum_size.get());
 2486   const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get());
 2528   const uint32_t alloc_size = *alloc->size.get();
 2539   lldb::addr_t alloc_data = *alloc->data_ptr.get();
 2549               alloc->id);