Home | History | Annotate | Download | only in compiler

Lines Matching refs:shared_info

433          lhs.shared_info().location() == rhs.shared_info().location();
444 return base::hash_combine(p.pretenure(), p.shared_info().location());
449 return os << p.pretenure() << ", " << Brief(*p.shared_info());
922 Handle<SharedFunctionInfo> shared_info, PretenureFlag pretenure) {
923 CreateClosureParameters parameters(shared_info, pretenure);