Home | History | Annotate | Download | only in src

Lines Matching full:descriptor_

41         descriptor_(info->code_stub()),
50 int GetParameterCount() const { return descriptor_.GetParameterCount(); }
52 return descriptor_.GetRegisterParameterCount();
59 return RepresentationFromType(descriptor_.GetParameterType(parameter));
62 return descriptor_.GetRegisterParameter(index)
63 .is(descriptor_.stack_parameter_count());
127 CodeStubDescriptor descriptor_;
151 bool runtime_stack_params = descriptor_.stack_parameter_count().is_valid();
191 if (descriptor_.function_mode() == JS_FUNCTION_STUB_MODE) {
193 descriptor_.hint_stack_parameter_count() < 0) {
200 int count = descriptor_.hint_stack_parameter_count();