/external/vixl/examples/ |
H A D | check-bounds.cc | 33 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high) 84 Label check_bounds; local 85 masm.Bind(&check_bounds); 90 Instruction * function = masm.GetLabelAddress<Instruction*>(&check_bounds);
|
/external/v8/src/regexp/x64/ |
H A D | regexp-macro-assembler-x64.cc | 1051 bool check_bounds, 1054 if (check_bounds) { 1049 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.cc | 938 bool check_bounds, 941 if (check_bounds) { 936 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/v8/src/regexp/ppc/ |
H A D | regexp-macro-assembler-ppc.cc | 982 bool check_bounds, 985 if (check_bounds) { 980 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/v8/src/regexp/mips/ |
H A D | regexp-macro-assembler-mips.cc | 955 bool check_bounds, 958 if (check_bounds) { 953 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/v8/src/regexp/mips64/ |
H A D | regexp-macro-assembler-mips64.cc | 992 bool check_bounds, 995 if (check_bounds) { 990 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/v8/src/regexp/s390/ |
H A D | regexp-macro-assembler-s390.cc | 972 bool check_bounds, 975 if (check_bounds) { 970 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/vixl/test/examples/ |
H A D | test-examples.cc | 501 TEST_FUNCTION(check_bounds); \ 505 TEST(check_bounds) { 508 Label check_bounds; local 509 masm.Bind(&check_bounds);
|
/external/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 981 bool check_bounds, 984 if (check_bounds) { 979 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/v8/src/regexp/ |
H A D | regexp-macro-assembler-irregexp.cc | 215 bool check_bounds, 220 if (check_bounds) { 240 if (check_bounds) EmitOrLink(on_failure); 213 LoadCurrentCharacter(int cp_offset, Label* on_failure, bool check_bounds, int characters) argument
|
H A D | regexp-macro-assembler-tracer.cc | 170 bool check_bounds, 172 const char* check_msg = check_bounds ? "" : " (unchecked)"; 180 check_bounds, 168 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/v8/src/regexp/x87/ |
H A D | regexp-macro-assembler-x87.cc | 980 bool check_bounds, 983 if (check_bounds) { 978 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_mcomp.c | 796 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, function 848 if (check_bounds(x, br, bc, 1)) { 925 if (check_bounds(x, br, bc, 1 << t)) { 968 if (check_bounds(x, br, bc, 1 << s)) { 1006 if (check_bounds(x, br, bc, 1 << s)) { 1104 if (check_bounds(x, br, bc, 1 << t)) { 1147 if (check_bounds(x, br, bc, 1 << s)) { 1185 if (check_bounds(x, br, bc, 1 << s)) { 1219 if (check_bounds(x, br, bc, 1 << s)) { 1259 if (check_bounds( [all...] |
/external/skia/src/gpu/batches/ |
H A D | GrAAHairLinePathRenderer.cpp | 634 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) function
|
/external/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.cc | 1128 bool check_bounds, 1134 if (check_bounds) { 1126 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
|