Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc6369 void CodeStubAssembler::BranchIfCanDerefIndirectString(Node* string, in BranchIfCanDerefIndirectString() function in v8::internal::CodeStubAssembler
6389 BranchIfCanDerefIndirectString(string, instance_type, &deref, cannot_deref); in DerefIndirectString()
6399 BranchIfCanDerefIndirectString(var_string->value(), instance_type, &can_deref, in DerefIndirectString()
6417 BranchIfCanDerefIndirectString(var_string->value(), instance_type, &deref, in MaybeDerefIndirectString()
Dcode-stub-assembler.h1911 void BranchIfCanDerefIndirectString(Node* string, Node* instance_type,