Searched refs:frame_ptr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 365 void ListAllocations(Stream &strm, StackFrame *frame_ptr, 368 bool RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr); 389 const char *filename, StackFrame *frame_ptr); 392 const char *filename, StackFrame *frame_ptr); 441 bool EvalRSExpression(const char *expression, StackFrame *frame_ptr, 533 StackFrame *frame_ptr); 540 void FindStructTypeName(Element &elem, StackFrame *frame_ptr); 553 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr, 558 bool JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr); 561 StackFrame *frame_ptr); [all …]
|
| H A D | RenderScriptRuntime.cpp | 2090 if (!JITElementPacked(child, context, frame_ptr)) in JITSubelements() 2097 FindStructTypeName(elem, frame_ptr); in JITSubelements() 2209 if (!JITDataPointer(alloc, frame_ptr)) in RefreshAllocation() 2213 if (!JITTypePointer(alloc, frame_ptr)) in RefreshAllocation() 2217 if (!JITTypePacked(alloc, frame_ptr)) in RefreshAllocation() 2228 return JITAllocationSize(alloc, frame_ptr); in RefreshAllocation() 2371 if (!RefreshAllocation(alloc, frame_ptr)) { in GetAllocationData() 2427 if (!RefreshAllocation(alloc, frame_ptr)) { in LoadAllocation() 2647 if (!RefreshAllocation(alloc, frame_ptr)) { in SaveAllocation() 3197 if (!RefreshAllocation(alloc, frame_ptr)) { in DumpAllocation() [all …]
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dump.c | 45 u32 frame_ptr; /* frame pointer */ member
|
| /freebsd-13.1/sys/dev/iwm/ |
| H A D | if_iwm.c | 5128 uint32_t frame_ptr; /* frame pointer */ member
|