Home | History | Annotate | Download | only in src

Lines Matching refs:BinaryOpWithAllocationSiteStub

1125 HValue* CodeStubGraphBuilder<BinaryOpWithAllocationSiteStub>::BuildCodeStub() {
1129 BinaryOpWithAllocationSiteStub::kAllocationSite);
1130 HValue* left = GetParameter(BinaryOpWithAllocationSiteStub::kLeft);
1131 HValue* right = GetParameter(BinaryOpWithAllocationSiteStub::kRight);
1144 Handle<Code> BinaryOpWithAllocationSiteStub::GenerateCode() {