Lines Matching full:likely
243 if (LIKELY(argc == newCodeBlock->m_numParameters)) { // correct number of arguments
1466 if (LIKELY(srcVal.isNumber()))
2107 if (LIKELY(baseValue.isCell())) {
2111 if (LIKELY(baseCell->structure() == structure)) {
2138 if (LIKELY(baseValue.isCell())) {
2142 if (LIKELY(baseCell->structure() == structure)) {
2147 if (LIKELY(protoObject->structure() == prototypeStructure)) {
2188 if (LIKELY(baseValue.isCell())) {
2192 if (LIKELY(baseCell->structure() == structure)) {
2254 if (LIKELY(isJSArray(globalData, baseValue))) {
2274 if (LIKELY(isJSString(globalData, baseValue))) {
2324 if (LIKELY(baseValue.isCell())) {
2329 if (LIKELY(baseCell->structure() == oldStructure)) {
2374 if (LIKELY(baseValue.isCell())) {
2378 if (LIKELY(baseCell->structure() == structure)) {
2481 if (LIKELY(subscript.isUInt32())) {
2523 if (LIKELY(subscript.isUInt32())) {
3525 if (LIKELY(callFrame->r(dst).jsValue().isObject())) {