/external/vixl/examples/ |
D | check-bounds.cc | 84 Label check_bounds; in main() local 85 masm.Bind(&check_bounds); in main() 90 Instruction * function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main()
|
/external/v8/src/ |
D | regexp-macro-assembler-tracer.cc | 167 bool check_bounds, in LoadCurrentCharacter() argument 169 const char* check_msg = check_bounds ? "" : " (unchecked)"; in LoadCurrentCharacter() 177 check_bounds, in LoadCurrentCharacter()
|
D | regexp-macro-assembler-irregexp.cc | 216 bool check_bounds, in LoadCurrentCharacter() argument 221 if (check_bounds) { in LoadCurrentCharacter() 241 if (check_bounds) EmitOrLink(on_failure); in LoadCurrentCharacter()
|
D | regexp-macro-assembler-tracer.h | 60 bool check_bounds = true,
|
D | regexp-macro-assembler-irregexp.h | 57 bool check_bounds = true,
|
D | regexp-macro-assembler.h | 127 bool check_bounds = true,
|
/external/vixl/test/examples/ |
D | test-examples.cc | 501 TEST_FUNCTION(check_bounds); \ 505 TEST(check_bounds) { in TEST() argument 508 Label check_bounds; in TEST() local 509 masm.Bind(&check_bounds); in TEST()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 795 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, in check_bounds() function 847 if (check_bounds(x, br, bc, 1)) { in calc_int_cost_list() 924 if (check_bounds(x, br, bc, 1 << t)) { in vp9_pattern_search() 967 if (check_bounds(x, br, bc, 1 << s)) { in vp9_pattern_search() 1005 if (check_bounds(x, br, bc, 1 << s)) { in vp9_pattern_search() 1103 if (check_bounds(x, br, bc, 1 << t)) { in vp9_pattern_search_sad() 1146 if (check_bounds(x, br, bc, 1 << s)) { in vp9_pattern_search_sad() 1184 if (check_bounds(x, br, bc, 1 << s)) { in vp9_pattern_search_sad() 1218 if (check_bounds(x, br, bc, 1 << s)) { in vp9_pattern_search_sad() 1258 if (check_bounds(x, br, bc, 1 << s)) { in vp9_pattern_search_sad() [all …]
|
/external/v8/src/arm/ |
D | regexp-macro-assembler-arm.h | 70 bool check_bounds = true,
|
D | regexp-macro-assembler-arm.cc | 896 bool check_bounds, in LoadCurrentCharacter() argument 900 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/x87/ |
D | regexp-macro-assembler-x87.h | 68 bool check_bounds = true,
|
D | regexp-macro-assembler-x87.cc | 947 bool check_bounds, in LoadCurrentCharacter() argument 951 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/mips/ |
D | regexp-macro-assembler-mips.h | 71 bool check_bounds = true,
|
D | regexp-macro-assembler-mips.cc | 909 bool check_bounds, in LoadCurrentCharacter() argument 913 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/ia32/ |
D | regexp-macro-assembler-ia32.h | 68 bool check_bounds = true,
|
D | regexp-macro-assembler-ia32.cc | 948 bool check_bounds, in LoadCurrentCharacter() argument 952 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/arm64/ |
D | regexp-macro-assembler-arm64.h | 75 bool check_bounds = true,
|
D | regexp-macro-assembler-arm64.cc | 1083 bool check_bounds, in LoadCurrentCharacter() argument 1090 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/x64/ |
D | regexp-macro-assembler-x64.h | 71 bool check_bounds = true,
|
D | regexp-macro-assembler-x64.cc | 1023 bool check_bounds, in LoadCurrentCharacter() argument 1027 if (check_bounds) { in LoadCurrentCharacter()
|
/external/v8/src/mips64/ |
D | regexp-macro-assembler-mips64.h | 71 bool check_bounds = true,
|
D | regexp-macro-assembler-mips64.cc | 955 bool check_bounds, in LoadCurrentCharacter() argument 959 if (check_bounds) { in LoadCurrentCharacter()
|
/external/skia/src/gpu/ |
D | GrAAHairLinePathRenderer.cpp | 641 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds() function
|