Home | History | Annotate | Download | only in compiler

Lines Matching defs:check

59   // Check if we have an allocation site from the CallIC.
119 // Check if argArray is an arguments object, and {node} is the only value
242 // Check for known builtin functions.
254 // Check for the Array constructor.
259 // Check for the Number constructor.
327 // Check that the {target} is still the {array_function}.
328 Node* check = effect =
332 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
352 // Check that the {target} is still the {target_function}.
353 Node* check = effect =
357 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
412 // Check for the ArrayConstructor.
414 // Check if we have an allocation site.
470 // Check that the {target} is still the {array_function}.
471 Node* check = effect =
475 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
501 // Check that the {target} is still the {target_function}.
502 Node* check = effect =
506 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);