Lines Matching refs:cannot_deref
458 Label* cannot_deref) {
463 cannot_deref);
468 Goto(cannot_deref);
474 Label can_deref(this), cannot_deref(this);
476 &cannot_deref);
477 BIND(&cannot_deref);
491 Label* did_deref, Label* cannot_deref) {
494 cannot_deref);
529 TNode<String> string, TNode<Int32T> instance_type, Label* cannot_deref) {
531 BranchIfCanDerefIndirectString(string, instance_type, &deref, cannot_deref);