Searched refs:EvalRSExpression (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptRuntime.cpp | 1688 bool RenderScriptRuntime::EvalRSExpression(const char *expr, in EvalRSExpression() function in RenderScriptRuntime 1859 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITDataPointer() 1894 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITTypePointer() 1941 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i])) in JITTypePacked() 1997 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i])) in JITElementPacked() 2059 if (!EvalRSExpression(expr_buffer, frame_ptr, &results)) in JITSubelements() 2159 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITAllocationSize() 2196 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITAllocationStride()
|
D | RenderScriptRuntime.h | 441 bool EvalRSExpression(const char *expression, StackFrame *frame_ptr,
|