/external/vixl/examples/aarch64/ |
D | check-bounds.cc | 86 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/ |
D | regexp-macro-assembler-tracer.cc | 170 bool check_bounds, in LoadCurrentCharacter() argument 172 const char* check_msg = check_bounds ? "" : " (unchecked)"; in LoadCurrentCharacter() 180 check_bounds, in LoadCurrentCharacter()
|
D | regexp-macro-assembler-irregexp.cc | 215 bool check_bounds, in LoadCurrentCharacter() argument 220 if (check_bounds) { in LoadCurrentCharacter() 240 if (check_bounds) EmitOrLink(on_failure); in LoadCurrentCharacter()
|
D | regexp-macro-assembler-tracer.h | 66 bool check_bounds = true,
|
D | regexp-macro-assembler-irregexp.h | 59 bool check_bounds = true,
|
D | regexp-macro-assembler.h | 137 bool check_bounds = true,
|
/external/vixl/test/aarch64/examples/ |
D | test-examples.cc | 517 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/ |
D | vp9_mcomp.c | 781 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/ |
D | regexp-macro-assembler-s390.h | 64 bool check_bounds = true,
|
D | regexp-macro-assembler-s390.cc | 972 bool check_bounds, in LoadCurrentCharacter() argument 975 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.h | 71 bool check_bounds = true,
|
D | regexp-macro-assembler-x87.cc | 980 bool check_bounds, in LoadCurrentCharacter() argument 983 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.h | 73 bool check_bounds = true,
|
D | regexp-macro-assembler-arm.cc | 938 bool check_bounds, in LoadCurrentCharacter() argument 941 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.h | 71 bool check_bounds = true,
|
D | regexp-macro-assembler-ia32.cc | 981 bool check_bounds, in LoadCurrentCharacter() argument 984 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.h | 65 bool check_bounds = true,
|
D | regexp-macro-assembler-ppc.cc | 982 bool check_bounds, in LoadCurrentCharacter() argument 985 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.h | 72 bool check_bounds = true,
|
D | regexp-macro-assembler-mips.cc | 955 bool check_bounds, in LoadCurrentCharacter() argument 958 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.h | 72 bool check_bounds = true,
|
D | regexp-macro-assembler-mips64.cc | 992 bool check_bounds, in LoadCurrentCharacter() argument 995 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.h | 73 bool check_bounds = true,
|
D | regexp-macro-assembler-x64.cc | 1051 bool check_bounds, in LoadCurrentCharacter() argument 1054 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.h | 78 bool check_bounds = true,
|