/third_party/vixl/examples/aarch64/ |
D | check-bounds.cc | 89 Label check_bounds; in main() local 90 masm.Bind(&check_bounds); in main() 95 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main()
|
/third_party/skia/tests/ |
D | ShadowTest.cpp | 172 void check_bounds(skiatest::Reporter* reporter, const SkPath& path) { in check_bounds() function 200 check_bounds(reporter, path); in DEF_TEST() 204 check_bounds(reporter, path); in DEF_TEST() 208 check_bounds(reporter, path); in DEF_TEST()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-bytecode-generator.cc | 185 bool check_bounds, in LoadCurrentCharacterImpl() argument 189 if (eats_at_least > characters && check_bounds) { in LoadCurrentCharacterImpl() 193 check_bounds = false; // Load below doesn't need to check. in LoadCurrentCharacterImpl() 199 if (check_bounds) { in LoadCurrentCharacterImpl() 219 if (check_bounds) EmitOrLink(on_failure); in LoadCurrentCharacterImpl()
|
D | regexp-macro-assembler.h | 136 int cp_offset, Label* on_end_of_input, bool check_bounds = true, 139 bool check_bounds, int characters, 312 bool check_bounds, int characters,
|
D | regexp-macro-assembler.cc | 250 bool check_bounds, in LoadCurrentCharacter() argument 258 LoadCurrentCharacterImpl(cp_offset, on_end_of_input, check_bounds, characters, in LoadCurrentCharacter() 263 int cp_offset, Label* on_end_of_input, bool check_bounds, int characters, in LoadCurrentCharacterImpl() argument 270 if (check_bounds) { in LoadCurrentCharacterImpl()
|
D | regexp-macro-assembler-tracer.cc | 163 int cp_offset, Label* on_end_of_input, bool check_bounds, int characters, in LoadCurrentCharacterImpl() argument 165 const char* check_msg = check_bounds ? "" : " (unchecked)"; in LoadCurrentCharacterImpl() 171 assembler_->LoadCurrentCharacter(cp_offset, on_end_of_input, check_bounds, in LoadCurrentCharacterImpl()
|
D | regexp-macro-assembler-tracer.h | 67 bool check_bounds, int characters,
|
D | regexp-bytecode-generator.h | 52 bool check_bounds, int characters,
|
/third_party/vixl/test/aarch64/examples/ |
D | test-examples.cc | 515 TEST_FUNCTION(check_bounds); \ 519 TEST(check_bounds) { in TEST() argument 522 Label check_bounds; in TEST() local 523 masm.Bind(&check_bounds); in TEST()
|
/third_party/node/deps/v8/src/compiler/ |
D | typed-optimization.cc | 180 Node* check_bounds = graph()->NewNode( in ReduceMaybeGrowFastElements() local 184 ReplaceWithValue(node, elements, check_bounds); in ReduceMaybeGrowFastElements() 185 return Replace(check_bounds); in ReduceMaybeGrowFastElements()
|
D | code-assembler.h | 92 inline bool NeedsBoundsCheck(CheckBounds check_bounds) { in NeedsBoundsCheck() argument 93 switch (check_bounds) { in NeedsBoundsCheck()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 1522 CheckBounds check_bounds = CheckBounds::kAlways); 1717 CheckBounds check_bounds = CheckBounds::kAlways) { 1719 barrier_mode, 0, check_bounds); 1724 CheckBounds check_bounds = CheckBounds::kAlways) { 1727 UNSAFE_SKIP_WRITE_BARRIER, 0, check_bounds); 1735 CheckBounds check_bounds = CheckBounds::kAlways) { 1741 if (NeedsBoundsCheck(check_bounds)) { 1799 TNode<Float64T> value, CheckBounds check_bounds = CheckBounds::kAlways);
|
D | code-stub-assembler.cc | 2262 CheckBounds check_bounds) { in LoadFixedArrayElement() argument 2271 if (NeedsBoundsCheck(check_bounds)) { in LoadFixedArrayElement() 3165 CheckBounds check_bounds) { in StoreFixedDoubleArrayElement() argument 3171 if (NeedsBoundsCheck(check_bounds)) { in StoreFixedDoubleArrayElement()
|