Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-wasm-gen.cc298 Label entry_index_out_of_range(this, Label::kDeferred); in TF_BUILTIN() local
302 GotoIfNot(entry_index_fits_in_smi, &entry_index_out_of_range); in TF_BUILTIN()
310 BIND(&entry_index_out_of_range); in TF_BUILTIN()
322 Label entry_index_out_of_range(this, Label::kDeferred); in TF_BUILTIN() local
326 GotoIfNot(entry_index_fits_in_smi, &entry_index_out_of_range); in TF_BUILTIN()
334 BIND(&entry_index_out_of_range); in TF_BUILTIN()