Searched refs:cannot_deref (Results 1 – 2 of 2) sorted by relevance
132 Label* can_deref, Label* cannot_deref);142 Label* cannot_deref);152 Label* cannot_deref);
458 Label* cannot_deref) { in BranchIfCanDerefIndirectString() argument463 cannot_deref); in BranchIfCanDerefIndirectString()468 Goto(cannot_deref); in BranchIfCanDerefIndirectString()474 Label can_deref(this), cannot_deref(this); in DerefIndirectString() local476 &cannot_deref); in DerefIndirectString()477 BIND(&cannot_deref); in DerefIndirectString()491 Label* did_deref, Label* cannot_deref) { in MaybeDerefIndirectString() argument494 cannot_deref); in MaybeDerefIndirectString()529 TNode<String> string, TNode<Int32T> instance_type, Label* cannot_deref) { in DerefIndirectString() argument531 BranchIfCanDerefIndirectString(string, instance_type, &deref, cannot_deref); in DerefIndirectString()