Lines Matching refs:frame_ptr
1677 StackFrame *frame_ptr, in EvalRSExpression() argument
1687 target.EvaluateExpression(expr, frame_ptr, expr_result, options); in EvalRSExpression()
1824 StackFrame *frame_ptr, uint32_t x, in JITDataPointer() argument
1847 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITDataPointer()
1860 StackFrame *frame_ptr) { in JITTypePointer() argument
1882 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITTypePointer()
1895 StackFrame *frame_ptr) { in JITTypePacked() argument
1929 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i])) in JITTypePacked()
1956 StackFrame *frame_ptr) { in JITElementPacked() argument
1985 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i])) in JITElementPacked()
2005 !JITSubelements(elem, context, frame_ptr)); in JITElementPacked()
2013 StackFrame *frame_ptr) { in JITSubelements() argument
2047 if (!EvalRSExpression(expr_buffer, frame_ptr, &results)) in JITSubelements()
2078 if (!JITElementPacked(child, context, frame_ptr)) in JITSubelements()
2085 FindStructTypeName(elem, frame_ptr); in JITSubelements()
2096 StackFrame *frame_ptr) { in JITAllocationSize() argument
2147 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITAllocationSize()
2162 StackFrame *frame_ptr) { in JITAllocationStride() argument
2184 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITAllocationStride()
2195 StackFrame *frame_ptr) { in RefreshAllocation() argument
2197 if (!JITDataPointer(alloc, frame_ptr)) in RefreshAllocation()
2201 if (!JITTypePointer(alloc, frame_ptr)) in RefreshAllocation()
2205 if (!JITTypePacked(alloc, frame_ptr)) in RefreshAllocation()
2209 if (!JITElementPacked(alloc->element, *alloc->context.get(), frame_ptr)) in RefreshAllocation()
2216 return JITAllocationSize(alloc, frame_ptr); in RefreshAllocation()
2223 StackFrame *frame_ptr) { in FindStructTypeName() argument
2245 ValueObjectSP valobj_sp = ValueObjectVariable::Create(frame_ptr, var_sp); in FindStructTypeName()
2351 StackFrame *frame_ptr) { in GetAllocationData() argument
2359 if (!RefreshAllocation(alloc, frame_ptr)) { in GetAllocationData()
2399 StackFrame *frame_ptr) { in LoadAllocation() argument
2415 if (!RefreshAllocation(alloc, frame_ptr)) { in LoadAllocation()
2620 StackFrame *frame_ptr) { in SaveAllocation() argument
2636 if (!RefreshAllocation(alloc, frame_ptr)) { in SaveAllocation()
2664 const std::shared_ptr<uint8_t> buffer = GetAllocationData(alloc, frame_ptr); in SaveAllocation()
3168 bool RenderScriptRuntime::DumpAllocation(Stream &strm, StackFrame *frame_ptr, in DumpAllocation() argument
3186 if (!RefreshAllocation(alloc, frame_ptr)) { in DumpAllocation()
3216 std::shared_ptr<uint8_t> buffer = GetAllocationData(alloc, frame_ptr); in DumpAllocation()
3228 else if (!JITAllocationStride(alloc, frame_ptr)) { in DumpAllocation()
3300 frame_ptr, expr_result); in DumpAllocation()
3322 StackFrame *frame_ptr) { in RecomputeAllAllocations() argument
3326 if (!RefreshAllocation(alloc.get(), frame_ptr)) { in RecomputeAllAllocations()
3344 void RenderScriptRuntime::ListAllocations(Stream &strm, StackFrame *frame_ptr, in ListAllocations() argument
3356 if (alloc->ShouldRefresh() && !RefreshAllocation(alloc.get(), frame_ptr)) { in ListAllocations()