Home
last modified time | relevance | path

Searched defs:indexCheck (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp809 void ArrayBoundsCheckElimination::AddAccessIndexedInfo(GateLists &indices, GateRef gate, int idx, GateRef indexCheck) in AddAccessIndexedInfo() argument
835 GateRef indexCheck = indexChecked[j]; in InBlockMotion() local
932 GateRef indexCheck = listConstant[j]; InBlockMotion() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp2002 bool indexCheck = static_cast<unsigned int>(count) + 1 > in drawLineLoop() local
2004 ANGLE_CHECK(GetImplAs<Context11>(context), !indexCheck, in drawLineLoop() local
2084 bool indexCheck = in drawTriangleFan() local
2086 ANGLE_CHECK(GetImplAs<Context11>(context), !indexCheck, in drawTriangleFan() local

Completed in 8 milliseconds