Searched refs:constant_argument (Results 1 – 3 of 3) sorted by relevance
41 this->args.emplace_back(new constant_argument()); in _cl_kernel()279 _cl_kernel::constant_argument::constant_argument() : in constant_argument() function in _cl_kernel::constant_argument284 _cl_kernel::constant_argument::set(size_t size, const void *value) { in set()293 _cl_kernel::constant_argument::bind(exec_context &ctx) { in bind()305 _cl_kernel::constant_argument::unbind(exec_context &ctx) { in unbind()
158 class constant_argument : public argument { class160 constant_argument();
9186 HConstant* constant_argument = HConstant::cast(argument); in BuildInlinedCallArray() local9187 DCHECK(constant_argument->HasSmiValue()); in BuildInlinedCallArray()9188 int constant_array_size = constant_argument->Integer32Value(); in BuildInlinedCallArray()9237 HConstant* constant_argument = HConstant::cast(argument); in IsCallArrayInlineable() local9238 if (constant_argument->HasSmiValue()) { in IsCallArrayInlineable()9239 int value = constant_argument->Integer32Value(); in IsCallArrayInlineable()