Home
last modified time | relevance | path

Searched refs:cannot_deref (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.h132 Label* can_deref, Label* cannot_deref);
142 Label* cannot_deref);
152 Label* cannot_deref);
Dbuiltins-string-gen.cc458 Label* cannot_deref) { in BranchIfCanDerefIndirectString() argument
463 cannot_deref); in BranchIfCanDerefIndirectString()
468 Goto(cannot_deref); in BranchIfCanDerefIndirectString()
474 Label can_deref(this), cannot_deref(this); in DerefIndirectString() local
476 &cannot_deref); in DerefIndirectString()
477 BIND(&cannot_deref); in DerefIndirectString()
491 Label* did_deref, Label* cannot_deref) { in MaybeDerefIndirectString() argument
494 cannot_deref); in MaybeDerefIndirectString()
529 TNode<String> string, TNode<Int32T> instance_type, Label* cannot_deref) { in DerefIndirectString() argument
531 BranchIfCanDerefIndirectString(string, instance_type, &deref, cannot_deref); in DerefIndirectString()