Searched refs:BranchIfCanDerefIndirectString (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 6369 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()
|
D | code-stub-assembler.h | 1911 void BranchIfCanDerefIndirectString(Node* string, Node* instance_type,
|