Searched refs:BranchIfCanDerefIndirectString (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-string-gen.h | 130 void BranchIfCanDerefIndirectString(TNode<String> string,
|
D | builtins-string-gen.cc | 456 void StringBuiltinsAssembler::BranchIfCanDerefIndirectString( in BranchIfCanDerefIndirectString() function in v8::internal::StringBuiltinsAssembler 475 BranchIfCanDerefIndirectString(var_string->value(), instance_type, &can_deref, in DerefIndirectString() 493 BranchIfCanDerefIndirectString(var_string->value(), instance_type, &deref, in MaybeDerefIndirectString() 531 BranchIfCanDerefIndirectString(string, instance_type, &deref, cannot_deref); in DerefIndirectString()
|