Searched refs:constant_argument (Results 1 – 3 of 3) sorted by relevance
342 return std::unique_ptr<kernel::argument>(new constant_argument); in create()473 kernel::constant_argument::set(size_t size, const void *value) { in set()482 kernel::constant_argument::bind(exec_context &ctx, in bind()503 kernel::constant_argument::unbind(exec_context &ctx) { in unbind()
181 class constant_argument : public argument { class in clover::kernel
9666 HConstant* constant_argument = HConstant::cast(argument); in TryInlineArrayCall() local9667 if (!constant_argument->HasSmiValue()) { in TryInlineArrayCall()9672 array_length = constant_argument->Integer32Value(); in TryInlineArrayCall()