Searched defs:check_bounds (Results 1 - 15 of 15) sorted by relevance

/external/vixl/examples/aarch64/
H A Dcheck-bounds.cc32 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high)
86 Label check_bounds; local
87 masm.Bind(&check_bounds);
92 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds);
/external/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc1053 bool check_bounds,
1056 if (check_bounds) {
1051 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc938 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 Dregexp-macro-assembler-ppc.cc982 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 Dregexp-macro-assembler-mips.cc955 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 Dregexp-macro-assembler-mips64.cc992 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 Dregexp-macro-assembler-s390.cc972 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/aarch64/examples/
H A Dtest-examples.cc517 TEST_FUNCTION(check_bounds); \
521 TEST(check_bounds) {
524 Label check_bounds; local
525 masm.Bind(&check_bounds);
/external/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc981 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 Dregexp-macro-assembler-irregexp.cc216 bool check_bounds,
221 if (check_bounds) {
241 if (check_bounds) EmitOrLink(on_failure);
214 LoadCurrentCharacter(int cp_offset, Label* on_failure, bool check_bounds, int characters) argument
H A Dregexp-macro-assembler-tracer.cc171 bool check_bounds,
173 const char* check_msg = check_bounds ? "" : " (unchecked)";
181 check_bounds,
169 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/v8/src/regexp/x87/
H A Dregexp-macro-assembler-x87.cc980 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 Dvp9_mcomp.c781 static INLINE int check_bounds(const MvLimits *mv_limits, int row, int col, function
831 if (check_bounds(&x->mv_limits, br, bc, 1)) {
898 if (check_bounds(&x->mv_limits, br, bc, 1 << t)) {
940 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) {
977 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) {
1072 if (check_bounds(&x->mv_limits, br, bc, 1 << t)) {
1114 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) {
1151 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) {
1188 if (check_bounds(&x->mv_limits, br, bc, 1 << s)) {
1225 if (check_bounds(
[all...]
/external/skia/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp703 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) function
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc1128 bool check_bounds,
1134 if (check_bounds) {
1126 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument

Completed in 307 milliseconds