Home
last modified time | relevance | path

Searched defs:check_bounds (Results 1 – 15 of 15) sorted by relevance

/external/vixl/examples/aarch64/
Dcheck-bounds.cc86 Label check_bounds; in main() local
/external/vixl/test/aarch64/examples/
Dtest-examples.cc521 TEST(check_bounds) { in TEST() argument
524 Label check_bounds; in TEST() local
/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc215 bool check_bounds, in LoadCurrentCharacter()
Dregexp-macro-assembler-tracer.cc170 bool check_bounds, in LoadCurrentCharacter()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp635 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds() function
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc992 bool check_bounds, in LoadCurrentCharacter()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc955 bool check_bounds, in LoadCurrentCharacter()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc938 bool check_bounds, in LoadCurrentCharacter()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc981 bool check_bounds, in LoadCurrentCharacter()
/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.cc980 bool check_bounds, in LoadCurrentCharacter()
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc972 bool check_bounds, in LoadCurrentCharacter()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc982 bool check_bounds, in LoadCurrentCharacter()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1051 bool check_bounds, in LoadCurrentCharacter()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1128 bool check_bounds, in LoadCurrentCharacter()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c781 static INLINE int check_bounds(const MvLimits *mv_limits, int row, int col, in check_bounds() function