Home | History | Annotate | Download | only in src

Lines Matching refs:descriptor_

42         descriptor_(code_stub),
51 int GetParameterCount() const { return descriptor_.GetParameterCount(); }
53 return descriptor_.GetRegisterParameterCount();
60 return RepresentationFromType(descriptor_.GetParameterType(parameter));
63 return descriptor_.GetRegisterParameter(index)
64 .is(descriptor_.stack_parameter_count());
96 CodeStubDescriptor descriptor_;
120 bool runtime_stack_params = descriptor_.stack_parameter_count().is_valid();
161 if (descriptor_.function_mode() == JS_FUNCTION_STUB_MODE) {
163 descriptor_.hint_stack_parameter_count() < 0) {
170 int count = descriptor_.hint_stack_parameter_count();