Home
last modified time | relevance | path

Searched refs:if_unmapped (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-handler-gen.cc121 Label if_mapped(this), if_unmapped(this), end(this, &var_result); in EmitKeyedSloppyArguments() local
125 GotoIf(UintPtrGreaterThanOrEqual(key, adjusted_length), &if_unmapped); in EmitKeyedSloppyArguments()
129 Branch(TaggedEqual(mapped_index, TheHoleConstant()), &if_unmapped, in EmitKeyedSloppyArguments()
151 BIND(&if_unmapped); in EmitKeyedSloppyArguments()
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dparallel.py502 prim, if_mapped, if_unmapped, frame, vals_in, dims_in, axis_name, argument
510 else if_unmapped(v, frame.size) for v, d in zip(vals_in, dims_in)]
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcode-stub-assembler.cc8587 Label if_mapped(this), if_unmapped(this), end(this, &var_result); in EmitKeyedSloppyArguments() local
8591 GotoIf(UintPtrGreaterThanOrEqual(key, adjusted_length), &if_unmapped); in EmitKeyedSloppyArguments()
8595 Branch(WordEqual(mapped_index, TheHoleConstant()), &if_unmapped, &if_mapped); in EmitKeyedSloppyArguments()
8617 BIND(&if_unmapped); in EmitKeyedSloppyArguments()