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

/external/vixl/examples/
H A Dcheck-bounds.cc33 // 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/
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.cc167 bool check_bounds,
169 const char* check_msg = check_bounds ? "" : " (unchecked)";
177 check_bounds,
165 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
H A Dregexp-macro-assembler-tracer.h60 bool check_bounds = true,
H A Dregexp-macro-assembler-irregexp.h57 bool check_bounds = true,
H A Dregexp-macro-assembler.h127 bool check_bounds = true,
/external/vixl/test/examples/
H A Dtest-examples.cc501 TEST_FUNCTION(check_bounds); \
505 TEST(check_bounds) {
508 Label check_bounds; local
509 masm.Bind(&check_bounds);
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.h70 bool check_bounds = true,
H A Dregexp-macro-assembler-arm.cc896 bool check_bounds,
900 if (check_bounds) {
894 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.h75 bool check_bounds = true,
H A Dregexp-macro-assembler-arm64.cc1083 bool check_bounds,
1090 if (check_bounds) {
1081 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.h68 bool check_bounds = true,
H A Dregexp-macro-assembler-ia32.cc948 bool check_bounds,
952 if (check_bounds) {
946 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.h71 bool check_bounds = true,
H A Dregexp-macro-assembler-mips.cc909 bool check_bounds,
913 if (check_bounds) {
907 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.h71 bool check_bounds = true,
H A Dregexp-macro-assembler-mips64.cc955 bool check_bounds,
959 if (check_bounds) {
953 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.h71 bool check_bounds = true,
H A Dregexp-macro-assembler-x64.cc1023 bool check_bounds,
1027 if (check_bounds) {
1021 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/v8/src/x87/
H A Dregexp-macro-assembler-x87.h68 bool check_bounds = true,
H A Dregexp-macro-assembler-x87.cc947 bool check_bounds,
951 if (check_bounds) {
945 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c368 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, function
443 if (check_bounds(x, br, bc, 1 << t)) {
486 if (check_bounds(x, br, bc, 1 << s)) {
524 if (check_bounds(x, br, bc, 1 << s)) {
562 if (check_bounds(x, br, bc, 1)) {
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp641 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) function

Completed in 336 milliseconds