Lines Matching defs:AllocateInYoung
49 AllocateInYoung(result, &hasPendingException, &noException, hclass);
397 AllocateInYoung(result, &hasPendingException, &noException, hclass);
517 AllocateInYoung(&result, &exit, &noException, *hclass);
617 AllocateInYoung(result, exit, &noException, hclass);
637 AllocateInYoung(result, &afterAllocate, hclass);
1261 AllocateInYoung(&result, &exit, &setHClass, arrayClass);
1398 AllocateInYoung(result, exit, hclass);
1496 void NewObjectStubBuilder::AllocateInYoung(Variable *result, Label *exit, GateRef hclass)
1504 ret = CallRuntime(glue_, RTSTUB_ID(AllocateInYoung), {
1511 void NewObjectStubBuilder::AllocateInYoung(Variable *result, Label *error, Label *noError, GateRef hclass)
1519 ret = CallRuntime(glue_, RTSTUB_ID(AllocateInYoung), {
2055 AllocateInYoung(result, exit, &noException, iteratorHClass);
2110 AllocateInYoung(result, exit, &noException, iteratorHClass);
2413 AllocateInYoung(result, exit, &noError, hclass);