Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.h130 void BranchIfCanDerefIndirectString(TNode<String> string,
Dbuiltins-string-gen.cc456 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()