Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h2301 Label* not_data, Label* if_hole);
2304 TNode<Object> value, Label* not_data,
Dcode-stub-assembler.cc7802 Label* not_data, Label* if_hole) { in BasicLoadNumberDictionaryElement() argument
7815 GotoIfNot(Word32Equal(kind, Int32Constant(kData)), not_data); in BasicLoadNumberDictionaryElement()
7822 TNode<Object> value, Label* not_data, Label* if_hole, Label* read_only) { in BasicStoreNumberDictionaryElement() argument
7835 GotoIfNot(Word32Equal(kind, Int32Constant(kData)), not_data); in BasicStoreNumberDictionaryElement()