Lines Matching refs:interpreter
37 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpointSet() argument
39 interpreter, "renderscript scriptgroup breakpoint set", in CommandObjectRenderScriptScriptGroupBreakpointSet()
79 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpoint() argument
81 interpreter, "renderscript scriptgroup breakpoint", in CommandObjectRenderScriptScriptGroupBreakpoint()
89 interpreter))); in CommandObjectRenderScriptScriptGroupBreakpoint()
97 CommandObjectRenderScriptScriptGroupList(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupList() argument
98 : CommandObjectParsed(interpreter, "renderscript scriptgroup list", in CommandObjectRenderScriptScriptGroupList()
143 CommandObjectRenderScriptScriptGroup(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroup() argument
144 : CommandObjectMultiword(interpreter, "renderscript scriptgroup", in CommandObjectRenderScriptScriptGroup()
151 new CommandObjectRenderScriptScriptGroupBreakpoint(interpreter))); in CommandObjectRenderScriptScriptGroup()
154 new CommandObjectRenderScriptScriptGroupList(interpreter))); in CommandObjectRenderScriptScriptGroup()
161 lldb_private::CommandInterpreter &interpreter) { in NewCommandObjectRenderScriptScriptGroup() argument
162 return CommandObjectSP(new CommandObjectRenderScriptScriptGroup(interpreter)); in NewCommandObjectRenderScriptScriptGroup()