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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h358 bool DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id);
360 void ListAllocations(Stream &strm, StackFrame *frame_ptr,
363 bool RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr);
384 const char *filename, StackFrame *frame_ptr);
387 const char *filename, StackFrame *frame_ptr);
431 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr);
433 bool EvalRSExpression(const char *expression, StackFrame *frame_ptr,
525 StackFrame *frame_ptr);
532 void FindStructTypeName(Element &elem, StackFrame *frame_ptr);
545 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr,
[all...]
H A DRenderScriptRuntime.cpp1679 StackFrame *frame_ptr,
1689 target.EvaluateExpression(expr, frame_ptr, expr_result, options);
1826 StackFrame *frame_ptr, uint32_t x,
1849 if (!EvalRSExpression(expr_buf, frame_ptr, &result))
1862 StackFrame *frame_ptr) {
1884 if (!EvalRSExpression(expr_buf, frame_ptr, &result))
1897 StackFrame *frame_ptr) {
1931 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i]))
1958 StackFrame *frame_ptr) {
1987 if (!EvalRSExpression(expr_bufs[i], frame_ptr,
1678 EvalRSExpression(const char *expr, StackFrame *frame_ptr, uint64_t *result) argument
1825 JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr, uint32_t x, uint32_t y, uint32_t z) argument
1861 JITTypePointer(AllocationDetails *alloc, StackFrame *frame_ptr) argument
1896 JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr) argument
1956 JITElementPacked(Element &elem, const lldb::addr_t context, StackFrame *frame_ptr) argument
2013 JITSubelements(Element &elem, const lldb::addr_t context, StackFrame *frame_ptr) argument
2097 JITAllocationSize(AllocationDetails *alloc, StackFrame *frame_ptr) argument
2163 JITAllocationStride(AllocationDetails *alloc, StackFrame *frame_ptr) argument
2196 RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr) argument
2224 FindStructTypeName(Element &elem, StackFrame *frame_ptr) argument
2352 GetAllocationData(AllocationDetails *alloc, StackFrame *frame_ptr) argument
2399 LoadAllocation(Stream &strm, const uint32_t alloc_id, const char *path, StackFrame *frame_ptr) argument
2619 SaveAllocation(Stream &strm, const uint32_t alloc_id, const char *path, StackFrame *frame_ptr) argument
3169 DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id) argument
3322 RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr) argument
3345 ListAllocations(Stream &strm, StackFrame *frame_ptr, const uint32_t index) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c1566 char *frame_ptr;
1603 frame_ptr = unit.dwarf_frame_buffer;
1604 while (frame_ptr < unit.dwarf_frame_buffer + unit.dwarf_frame_size)
1605 frame_ptr = decode_frame_entry (&unit, frame_ptr, 1);
1617 frame_ptr = unit.dwarf_frame_buffer;
1618 while (frame_ptr < unit.dwarf_frame_buffer + unit.dwarf_frame_size)
1619 frame_ptr = decode_frame_entry (&unit, frame_ptr, 0);
1556 char *frame_ptr; local
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c5085 uint32_t frame_ptr; /* frame pointer */ member in struct:iwm_error_event_table
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c14250 emit_frame_save (rtx frame_reg, rtx frame_ptr, enum machine_mode mode,
14286 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb);
14217 emit_frame_save(rtx frame_reg, rtx frame_ptr, enum machine_mode mode, unsigned int regno, int offset, HOST_WIDE_INT total_size) argument

Completed in 255 milliseconds