Home
last modified time | relevance | path

Searched refs:if_nonfast (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc572 if_bump_length_with_gap(this), if_grow(this), if_nonfast(this), in EmitGenericElementStore()
576 Branch(IsFastElementsKind(elements_kind), &if_fast, &if_nonfast); in EmitGenericElementStore() local
627 BIND(&if_nonfast); in EmitGenericElementStore()
H A Daccessor-assembler.cc2316 if_fast_holey_double(this), if_nonfast(this), if_dictionary(this); in EmitElementLoad()
2319 &if_nonfast, &if_fast); in EmitElementLoad() local
2395 BIND(&if_nonfast); in EmitElementLoad()

Completed in 10 milliseconds