Home
last modified time | relevance | path

Searched refs:SetBounds (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.h44 static inline void SetBounds(Node* node, Bounds bounds);
Dtyper.cc127 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()
Dnode-properties-inl.h203 inline void NodeProperties::SetBounds(Node* node, Bounds b) { in SetBounds() function
Djs-builtin-reducer-unittest.cc33 NodeProperties::SetBounds(n, Bounds(Type::None(), t)); in Parameter()
Djs-typed-lowering.cc175 NodeProperties::SetBounds(node, Bounds(type)); in TryNarrowingToI32()
185 NodeProperties::SetBounds(node, Bounds(type)); in TryNarrowingToI32()
/external/ceres-solver/internal/ceres/
Dparameter_block_test.cc185 TEST(ParameterBlock, SetBounds) { in TEST() argument
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc663 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()
Dtest-js-typed-lowering.cc47 NodeProperties::SetBounds(n, Bounds(Type::None(), t)); in Parameter()