Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc9144 Label* if_protector) { in CheckForAssociatedProtector() argument
9148 if_protector); in CheckForAssociatedProtector()
9150 if_protector); in CheckForAssociatedProtector()
9151 GotoIf(WordEqual(name, LoadRoot(Heap::knext_stringRootIndex)), if_protector); in CheckForAssociatedProtector()
9153 if_protector); in CheckForAssociatedProtector()
9155 if_protector); in CheckForAssociatedProtector()
9157 if_protector); in CheckForAssociatedProtector()
9158 GotoIf(WordEqual(name, LoadRoot(Heap::kthen_stringRootIndex)), if_protector); in CheckForAssociatedProtector()
Dcode-stub-assembler.h2500 void CheckForAssociatedProtector(Node* name, Label* if_protector);