Lines Matching refs:result

527   // The {result} variable will contain the entry index if the key was found,
532 TVariable<IntPtrT>* result,
538 // The {result} variable will contain the entry index if the key was found,
546 TVariable<IntPtrT>* result, Label* entry_found, Label* not_found);
549 // The {result} variable will contain the entry index if the key was found,
556 TVariable<IntPtrT>* result,
561 // The {result} variable will contain the entry index if the key was found,
566 TVariable<IntPtrT>* result,
576 // The {result} variable will contain the entry index if the key was found,
582 TVariable<IntPtrT>* result,
589 TVariable<IntPtrT>* result,
776 TNode<Smi> result = CAST(CallCFunction(function_addr, type_tagged,
780 return result;
793 TNode<Smi> result = CAST(CallCFunction(function_addr, type_tagged,
797 return SmiUntag(result);
1167 TNode<CollectionType> table, TNode<Smi> smi_key, TVariable<IntPtrT>* result,
1173 *result = hash;
1179 result, entry_found, not_found);
1185 TVariable<IntPtrT>* result, Label* entry_found, Label* not_found) {
1188 *result = hash;
1194 result, entry_found, not_found);
1200 TVariable<IntPtrT>* result, Label* entry_found, Label* not_found) {
1203 *result = hash;
1210 result, entry_found, not_found);
1216 TVariable<IntPtrT>* result, Label* entry_found, Label* not_found) {
1219 *result = hash;
1225 result, entry_found, not_found);
1231 TVariable<IntPtrT>* result, Label* entry_found, Label* not_found) {
1234 *result = hash;
1240 result, entry_found, not_found);
1510 TVARIABLE(Object, result, key);
1519 result = SmiConstant(0);
1523 return result.value();
2022 TNode<JSObject> result =
2024 Return(result);
2029 TNode<JSObject> result =
2031 Return(result);
2236 TNode<JSObject> result = AllocateJSIteratorResultForEntry(
2238 Return(result);
2243 TNode<JSObject> result =
2245 Return(result);
2259 TVariable<IntPtrT>* result, Label* if_entry_found, Label* if_not_found) {
2273 table, CAST(key), result, if_entry_found, if_not_found);
2278 table, CAST(key), result, if_entry_found, if_not_found);
2284 table, CAST(key), result, if_entry_found, if_not_found);
2290 table, CAST(key), result, if_entry_found, if_not_found);
2296 table, CAST(key), result, if_entry_found, if_not_found);