Home
last modified time | relevance | path

Searched defs:bounds_check (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dredundancy-elimination.cc255 if (Node* bounds_check = checks->LookupBoundsCheckFor(left)) { in TryReuseBoundsCheckForFirstInput() local
Dwasm-compiler.cc3314 Diamond bounds_check( in BuildAsmjsLoadMem() local
3358 Diamond bounds_check( in BuildAsmjsStoreMem() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c82 bounds_check(int width, int height, int depth, in bounds_check() function
/external/v8/src/regexp/
Djsregexp.cc3212 bool bounds_check = *checked_up_to < cp_offset + j || read_backward(); in TextEmitPass() local
3225 bool bounds_check = *checked_up_to < cp_offset || read_backward(); in TextEmitPass() local