Searched refs:check_bounds (Results 1 - 25 of 32) sorted by relevance

12

/external/v8/src/
H A Dregexp-macro-assembler-tracer.cc186 bool check_bounds,
188 const char* check_msg = check_bounds ? "" : " (unchecked)";
196 check_bounds,
184 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
H A Dregexp-macro-assembler-irregexp.cc235 bool check_bounds,
240 if (check_bounds) {
260 if (check_bounds) EmitOrLink(on_failure);
233 LoadCurrentCharacter(int cp_offset, Label* on_failure, bool check_bounds, int characters) argument
H A Dregexp-macro-assembler-tracer.h82 bool check_bounds = true,
H A Dregexp-macro-assembler-irregexp.h77 bool check_bounds = true,
H A Dregexp-macro-assembler.h147 bool check_bounds = true,
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp.cc238 bool check_bounds,
243 if (check_bounds) {
263 if (check_bounds) EmitOrLink(on_failure);
236 LoadCurrentCharacter(int cp_offset, Label* on_failure, bool check_bounds, int characters) argument
H A Dregexp-macro-assembler-tracer.cc188 bool check_bounds,
190 const char* check_msg = check_bounds ? "" : " (unchecked)";
198 check_bounds,
186 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
H A Dregexp-macro-assembler-tracer.h83 bool check_bounds = true,
H A Dregexp-macro-assembler-irregexp.h77 bool check_bounds = true,
H A Dregexp-macro-assembler.h148 bool check_bounds = true,
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc815 gfx::Rect check_bounds(icon_x, icon_y, check->width(), icon_height);
816 AdjustBoundsForRTLUI(&check_bounds);
817 canvas->DrawImageInt(*check, check_bounds.x(), check_bounds.y());
/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.h93 bool check_bounds = true,
H A Dregexp-macro-assembler-arm.cc919 bool check_bounds,
923 if (check_bounds) {
917 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.h91 bool check_bounds = true,
H A Dregexp-macro-assembler-ia32.cc970 bool check_bounds,
974 if (check_bounds) {
968 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.h95 bool check_bounds = true,
H A Dregexp-macro-assembler-mips.cc931 bool check_bounds,
935 if (check_bounds) {
929 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/chromium_org/v8/src/x64/
H A Dregexp-macro-assembler-x64.h95 bool check_bounds = true,
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.h96 bool check_bounds = true,
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.h94 bool check_bounds = true,
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.h98 bool check_bounds = true,
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.h92 bool check_bounds = true,
/external/pixman/pixman/
H A Dpixman-bits-image.c57 int x, int y, pixman_bool_t check_bounds)
59 if (check_bounds &&
69 int x, int y, pixman_bool_t check_bounds);
615 fetch_pixel_general (bits_image_t *image, int x, int y, pixman_bool_t check_bounds) argument
619 if (check_bounds &&
56 fetch_pixel_no_alpha(bits_image_t *image, int x, int y, pixman_bool_t check_bounds) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp1115 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) function
1193 SkASSERT(check_bounds<LineVertex>(drawState, devBounds, arg.vertices(),
1248 SkASSERT(check_bounds<BezierVertex>(drawState, devBounds, arg.vertices(),
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp1115 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) function
1193 SkASSERT(check_bounds<LineVertex>(drawState, devBounds, arg.vertices(),
1248 SkASSERT(check_bounds<BezierVertex>(drawState, devBounds, arg.vertices(),

Completed in 317 milliseconds

12