Home
last modified time | relevance | path

Searched refs:frame_ptr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h354 void ListAllocations(Stream &strm, StackFrame *frame_ptr,
357 bool RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr);
378 const char *filename, StackFrame *frame_ptr);
381 const char *filename, StackFrame *frame_ptr);
429 bool EvalRSExpression(const char *expression, StackFrame *frame_ptr,
521 StackFrame *frame_ptr);
528 void FindStructTypeName(Element &elem, StackFrame *frame_ptr);
541 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr,
546 bool JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr);
549 StackFrame *frame_ptr);
[all …]
H A DRenderScriptRuntime.cpp2156 if (!JITElementPacked(child, context, frame_ptr)) in JITSubelements()
2163 FindStructTypeName(elem, frame_ptr); in JITSubelements()
2282 if (!JITDataPointer(alloc, frame_ptr)) in RefreshAllocation()
2286 if (!JITTypePointer(alloc, frame_ptr)) in RefreshAllocation()
2290 if (!JITTypePacked(alloc, frame_ptr)) in RefreshAllocation()
2301 return JITAllocationSize(alloc, frame_ptr); in RefreshAllocation()
2449 if (!RefreshAllocation(alloc, frame_ptr)) { in GetAllocationData()
2509 if (!RefreshAllocation(alloc, frame_ptr)) { in LoadAllocation()
2733 if (!RefreshAllocation(alloc, frame_ptr)) { in SaveAllocation()
3293 if (!RefreshAllocation(alloc, frame_ptr)) { in DumpAllocation()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2-frame.c1556 char *frame_ptr; in dwarf2_build_frame_info() local
1593 frame_ptr = unit.dwarf_frame_buffer; in dwarf2_build_frame_info()
1594 while (frame_ptr < unit.dwarf_frame_buffer + unit.dwarf_frame_size) in dwarf2_build_frame_info()
1595 frame_ptr = decode_frame_entry (&unit, frame_ptr, 1); in dwarf2_build_frame_info()
1607 frame_ptr = unit.dwarf_frame_buffer; in dwarf2_build_frame_info()
1608 while (frame_ptr < unit.dwarf_frame_buffer + unit.dwarf_frame_size) in dwarf2_build_frame_info()
1609 frame_ptr = decode_frame_entry (&unit, frame_ptr, 0); in dwarf2_build_frame_info()
/freebsd-12.1/sys/dev/iwm/
H A Dif_iwm.c4872 uint32_t frame_ptr; /* frame pointer */ member
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c14217 emit_frame_save (rtx frame_reg, rtx frame_ptr, enum machine_mode mode, in emit_frame_save() argument
14253 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb); in emit_frame_save()