Home | History | Annotate | Download | only in x64

Lines Matching refs:signature

2427   Register signature = scratch0;
2431 // If there is no signature, return the holder.
2432 __ movp(signature, FieldOperand(function_template_info,
2434 __ CompareRoot(signature, Heap::kUndefinedValueRootIndex);
2449 // Get the constructor's signature.
2460 __ cmpp(signature, type);