Searched refs:SetBounds (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | node-properties.h | 44 static inline void SetBounds(Node* node, Bounds bounds);
|
D | typer.cc | 127 NodeProperties::SetBounds(node, bounds); in Post() 155 NodeProperties::SetBounds(node, Bounds::Both(bounds, previous, zone())); in Pre() 182 NodeProperties::SetBounds(node, bounds); // TODO(rossberg): Either? in Pre() 223 NodeProperties::SetBounds(node, bounds); in Init()
|
D | node-properties-inl.h | 203 inline void NodeProperties::SetBounds(Node* node, Bounds b) { in SetBounds() function
|
D | js-builtin-reducer-unittest.cc | 33 NodeProperties::SetBounds(n, Bounds(Type::None(), t)); in Parameter()
|
D | js-typed-lowering.cc | 175 NodeProperties::SetBounds(node, Bounds(type)); in TryNarrowingToI32() 185 NodeProperties::SetBounds(node, Bounds(type)); in TryNarrowingToI32()
|
/external/ceres-solver/internal/ceres/ |
D | parameter_block_test.cc | 185 TEST(ParameterBlock, SetBounds) { in TEST() argument
|
/external/v8/test/cctest/compiler/ |
D | test-simplified-lowering.cc | 663 NodeProperties::SetBounds(p0, Bounds(p0_type)); in TestingGraph() 664 NodeProperties::SetBounds(p1, Bounds(p1_type)); in TestingGraph() 665 NodeProperties::SetBounds(p2, Bounds(p2_type)); in TestingGraph()
|
D | test-js-typed-lowering.cc | 47 NodeProperties::SetBounds(n, Bounds(Type::None(), t)); in Parameter()
|