Home
last modified time | relevance | path

Searched refs:check_bounds (Results 1 – 25 of 27) sorted by relevance

12

/external/vixl/examples/aarch64/
Dcheck-bounds.cc86 Label check_bounds; in main() local
87 masm.Bind(&check_bounds); in main()
92 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main()
/external/v8/src/regexp/
Dregexp-macro-assembler-tracer.cc170 bool check_bounds, in LoadCurrentCharacter() argument
172 const char* check_msg = check_bounds ? "" : " (unchecked)"; in LoadCurrentCharacter()
180 check_bounds, in LoadCurrentCharacter()
Dregexp-macro-assembler-irregexp.cc215 bool check_bounds, in LoadCurrentCharacter() argument
220 if (check_bounds) { in LoadCurrentCharacter()
240 if (check_bounds) EmitOrLink(on_failure); in LoadCurrentCharacter()
Dregexp-macro-assembler-tracer.h66 bool check_bounds = true,
Dregexp-macro-assembler-irregexp.h59 bool check_bounds = true,
Dregexp-macro-assembler.h137 bool check_bounds = true,
/external/vixl/test/aarch64/examples/
Dtest-examples.cc517 TEST_FUNCTION(check_bounds); \
521 TEST(check_bounds) { in TEST() argument
524 Label check_bounds; in TEST() local
525 masm.Bind(&check_bounds); in TEST()
/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
831 if (check_bounds(&x->mv_limits, br, bc, 1)) { in calc_int_cost_list()
898 if (check_bounds(&x->mv_limits, br, bc, 1 << t)) { in vp9_pattern_search()
940 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) { in vp9_pattern_search()
977 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) { in vp9_pattern_search()
1072 if (check_bounds(&x->mv_limits, br, bc, 1 << t)) { in vp9_pattern_search_sad()
1114 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) { in vp9_pattern_search_sad()
1151 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) { in vp9_pattern_search_sad()
1188 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) { in vp9_pattern_search_sad()
1225 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) { in vp9_pattern_search_sad()
[all …]
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.h64 bool check_bounds = true,
Dregexp-macro-assembler-s390.cc972 bool check_bounds, in LoadCurrentCharacter() argument
975 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.h71 bool check_bounds = true,
Dregexp-macro-assembler-x87.cc980 bool check_bounds, in LoadCurrentCharacter() argument
983 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.h73 bool check_bounds = true,
Dregexp-macro-assembler-arm.cc938 bool check_bounds, in LoadCurrentCharacter() argument
941 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.h71 bool check_bounds = true,
Dregexp-macro-assembler-ia32.cc981 bool check_bounds, in LoadCurrentCharacter() argument
984 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.h65 bool check_bounds = true,
Dregexp-macro-assembler-ppc.cc982 bool check_bounds, in LoadCurrentCharacter() argument
985 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.h72 bool check_bounds = true,
Dregexp-macro-assembler-mips.cc955 bool check_bounds, in LoadCurrentCharacter() argument
958 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.h72 bool check_bounds = true,
Dregexp-macro-assembler-mips64.cc992 bool check_bounds, in LoadCurrentCharacter() argument
995 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.h73 bool check_bounds = true,
Dregexp-macro-assembler-x64.cc1051 bool check_bounds, in LoadCurrentCharacter() argument
1054 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.h78 bool check_bounds = true,

12