Lines Matching defs:exit
1225 Label exit(env_);
1232 Jump(&exit);
1237 Jump(&exit);
1239 Bind(&exit);
1293 Label exit(env_);
1296 BRANCH_CIR2(Int32Equal(*hashcode, Int32(0)), &noRawHashcode, &exit);
1302 Jump(&exit);
1304 Bind(&exit);
1316 Label exit(env_);
1324 BRANCH_CIR2(Int32Equal(length, Int32(0)), &storeHash, &exit);
1328 Jump(&exit);
1329 Bind(&exit);
1339 Label exit(env_);
1348 Jump(&exit);
1353 Jump(&exit);
1355 Bind(&exit);
1372 Label exit(env_);
1377 BRANCH_CIR2(Int32GreaterThan(*len, Int32(0)), &next, &exit);
1391 Bind(&exit);
1409 Label exit(env_);
1413 BRANCH_CIR2(Int32GreaterThan(*len, Int32(0)), &next, &exit);
1428 Bind(&exit);
1448 Label exit(env_);
1455 BRANCH_CIR2(TaggedIsUndefinedOrNull(enumCache), &exit, &enumCacheIsArray);
1462 Jump(&exit);
1468 Jump(&exit);
1471 Bind(&exit);
1481 Label exit(env_);
1492 BRANCH_CIR2(Int64Equal(hclass, cachedHclass), &isSameHclass, &exit);
1499 Jump(&exit);
1503 BRANCH_CIR2(IsEcmaObject(prototype), &prototypeIsEcmaObj, &exit);
1506 BRANCH_CIR2(TaggedIsProtoChangeMarker(protoChangeMarker), &isProtoChangeMarker, &exit);
1508 BRANCH_CIR2(GetHasChanged(protoChangeMarker), &exit, &protoNotChanged);
1512 Jump(&exit);
1514 Bind(&exit);
1524 Label exit(env_);
1538 BRANCH_CIR2(IsJSObject(*current), &isJSObject, &exit);
1541 BRANCH_CIR2(HasDeleteProperty(hclass), &exit, &hasNoDeleteProperty);
1551 Jump(&exit);
1553 Bind(&exit);
1699 Label exit(env_);
1707 Jump(&exit);
1712 Jump(&exit);
1714 Bind(&exit);