Home
last modified time | relevance | path

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

/external/vixl/examples/
Dcheck-bounds.cc84 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/
Dregexp-macro-assembler-tracer.cc167 bool check_bounds, in LoadCurrentCharacter() argument
169 const char* check_msg = check_bounds ? "" : " (unchecked)"; in LoadCurrentCharacter()
177 check_bounds, in LoadCurrentCharacter()
Dregexp-macro-assembler-irregexp.cc216 bool check_bounds, in LoadCurrentCharacter() argument
221 if (check_bounds) { in LoadCurrentCharacter()
241 if (check_bounds) EmitOrLink(on_failure); in LoadCurrentCharacter()
Dregexp-macro-assembler-tracer.h60 bool check_bounds = true,
Dregexp-macro-assembler-irregexp.h57 bool check_bounds = true,
Dregexp-macro-assembler.h127 bool check_bounds = true,
/external/vixl/test/examples/
Dtest-examples.cc501 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/
Dvp9_mcomp.c795 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/
Dregexp-macro-assembler-arm.h70 bool check_bounds = true,
Dregexp-macro-assembler-arm.cc896 bool check_bounds, in LoadCurrentCharacter() argument
900 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/x87/
Dregexp-macro-assembler-x87.h68 bool check_bounds = true,
Dregexp-macro-assembler-x87.cc947 bool check_bounds, in LoadCurrentCharacter() argument
951 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/mips/
Dregexp-macro-assembler-mips.h71 bool check_bounds = true,
Dregexp-macro-assembler-mips.cc909 bool check_bounds, in LoadCurrentCharacter() argument
913 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/ia32/
Dregexp-macro-assembler-ia32.h68 bool check_bounds = true,
Dregexp-macro-assembler-ia32.cc948 bool check_bounds, in LoadCurrentCharacter() argument
952 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/arm64/
Dregexp-macro-assembler-arm64.h75 bool check_bounds = true,
Dregexp-macro-assembler-arm64.cc1083 bool check_bounds, in LoadCurrentCharacter() argument
1090 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/x64/
Dregexp-macro-assembler-x64.h71 bool check_bounds = true,
Dregexp-macro-assembler-x64.cc1023 bool check_bounds, in LoadCurrentCharacter() argument
1027 if (check_bounds) { in LoadCurrentCharacter()
/external/v8/src/mips64/
Dregexp-macro-assembler-mips64.h71 bool check_bounds = true,
Dregexp-macro-assembler-mips64.cc955 bool check_bounds, in LoadCurrentCharacter() argument
959 if (check_bounds) { in LoadCurrentCharacter()
/external/skia/src/gpu/
DGrAAHairLinePathRenderer.cpp641 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds() function