Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dmaria.cpp132 int atari_maria_device::is_holey(unsigned int addr) in is_holey() function in atari_maria_device
238 if (is_holey(data_addr)) in draw_scanline()
260 if (is_holey(data_addr)) in draw_scanline()
H A Dmaria.h57 int is_holey(unsigned int addr);
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dmaria.cpp132 int atari_maria_device::is_holey(unsigned int addr) in is_holey() function in atari_maria_device
238 if (is_holey(data_addr)) in draw_scanline()
260 if (is_holey(data_addr)) in draw_scanline()
H A Dmaria.h57 int is_holey(unsigned int addr);
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-objects-inl.h172 bool is_holey = IsHoleyElementsKind(current_kind); in EnsureCanContainElements() local
178 is_holey = true; in EnsureCanContainElements()
183 if (is_holey) { in EnsureCanContainElements()
189 } else if (is_holey) { in EnsureCanContainElements()
H A Delements.cc5233 bool is_holey = false; in Concat() local
5238 is_holey = is_holey || IsHoleyElementsKind(arg_kind); in Concat()
5242 if (is_holey) { in Concat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-objects-inl.h151 bool is_holey = IsHoleyElementsKind(current_kind); in EnsureCanContainElements() local
157 is_holey = true; in EnsureCanContainElements()
162 if (is_holey) { in EnsureCanContainElements()
168 } else if (is_holey) { in EnsureCanContainElements()
H A Delements.cc4803 bool is_holey = false; in Concat() local
4808 is_holey = is_holey || IsHoleyElementsKind(arg_kind); in Concat()
4812 if (is_holey) { in Concat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-objects-inl.h155 bool is_holey = IsHoleyElementsKind(current_kind); in EnsureCanContainElements() local
161 is_holey = true; in EnsureCanContainElements()
166 if (is_holey) { in EnsureCanContainElements()
172 } else if (is_holey) { in EnsureCanContainElements()
H A Delements.cc4800 bool is_holey = false; in Concat() local
4805 is_holey = is_holey || IsHoleyElementsKind(arg_kind); in Concat()
4809 if (is_holey) { in Concat()
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dast.cc576 bool is_holey = false; in BuildConstantElements() local
590 is_holey = true; in BuildConstantElements()
603 if (is_holey) kind = GetHoleyElementsKind(kind); in BuildConstantElements()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dast.cc544 bool is_holey = false; in InitDepthAndFlags() local
576 is_holey = true; in InitDepthAndFlags()
602 if (is_holey) { in InitDepthAndFlags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dast.cc536 bool is_holey = false; in InitDepthAndFlags() local
568 is_holey = true; in InitDepthAndFlags()
594 if (is_holey) { in InitDepthAndFlags()
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dast.cc526 bool is_holey = false; in InitDepthAndFlags() local
559 is_holey = true; in InitDepthAndFlags()
584 if (is_holey) { in InitDepthAndFlags()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects-inl.h1257 bool is_holey = IsHoleyElementsKind(current_kind); in EnsureCanContainElements() local
1263 is_holey = true; in EnsureCanContainElements()
1268 if (is_holey) { in EnsureCanContainElements()
1274 } else if (is_holey) { in EnsureCanContainElements()
H A Delements.cc4597 bool is_holey = false; in Concat() local
4602 is_holey = is_holey || IsHoleyElementsKind(arg_kind); in Concat()
4606 if (is_holey) { in Concat()