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/
H A Dbuiltins-string-gen.h132 Label* can_deref, Label* cannot_deref);
142 Label* cannot_deref);
152 Label* cannot_deref);
H A Dbuiltins-string-gen.cc458 Label* cannot_deref) { in BranchIfCanDerefIndirectString()
463 cannot_deref); in BranchIfCanDerefIndirectString() local
468 Goto(cannot_deref); in BranchIfCanDerefIndirectString()
474 Label can_deref(this), cannot_deref(this); in DerefIndirectString()
476 &cannot_deref); in DerefIndirectString()
477 BIND(&cannot_deref); in DerefIndirectString()
491 Label* did_deref, Label* cannot_deref) { in MaybeDerefIndirectString()
494 cannot_deref); in MaybeDerefIndirectString()
529 TNode<String> string, TNode<Int32T> instance_type, Label* cannot_deref) { in DerefIndirectString()
531 BranchIfCanDerefIndirectString(string, instance_type, &deref, cannot_deref); in DerefIndirectString()
456 BranchIfCanDerefIndirectString( TNode<String> string, TNode<Int32T> instance_type, Label* can_deref, Label* cannot_deref) BranchIfCanDerefIndirectString() argument
489 MaybeDerefIndirectString( TVariable<String>* var_string, TNode<Int32T> instance_type, Label* did_deref, Label* cannot_deref) MaybeDerefIndirectString() argument
528 DerefIndirectString( TNode<String> string, TNode<Int32T> instance_type, Label* cannot_deref) DerefIndirectString() argument
[all...]

Completed in 3 milliseconds