Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h1912 Label* can_deref, Label* cannot_deref);
1918 Label* did_deref, Label* cannot_deref);
1925 Label* cannot_deref);
Dcode-stub-assembler.cc6372 Label* cannot_deref) { in BranchIfCanDerefIndirectString() argument
6378 cannot_deref); in BranchIfCanDerefIndirectString()
6382 Goto(cannot_deref); in BranchIfCanDerefIndirectString()
6387 Label* cannot_deref) { in DerefIndirectString() argument
6389 BranchIfCanDerefIndirectString(string, instance_type, &deref, cannot_deref); in DerefIndirectString()
6398 Label can_deref(this), cannot_deref(this); in DerefIndirectString() local
6400 &cannot_deref); in DerefIndirectString()
6401 BIND(&cannot_deref); in DerefIndirectString()
6415 Label* cannot_deref) { in MaybeDerefIndirectString() argument
6418 cannot_deref); in MaybeDerefIndirectString()