/external/v8/src/compiler/ |
js-context-relaxation.cc | 21 Node* original_context = NodeProperties::GetContextInput(node); 52 NodeProperties::GetContextInput(candidate_new_context);
|
node-properties.h | 43 static Node* GetContextInput(Node* node);
|
node-properties.cc | 57 Node* NodeProperties::GetContextInput(Node* node) { 345 node = NodeProperties::GetContextInput(node);
|
js-typed-lowering.cc | 250 Node* context() { return NodeProperties::GetContextInput(node_); } 816 if (NodeProperties::GetContextInput(node) != [all...] |
js-generic-lowering.cc | 145 inputs.push_back(NodeProperties::GetContextInput(node)); 303 Node* context = NodeProperties::GetContextInput(node); 353 Node* context = NodeProperties::GetContextInput(node); 618 Node* context = NodeProperties::GetContextInput(node); [all...] |
js-call-reducer.cc | 220 Node* context = NodeProperties::GetContextInput(node); 387 Node* context = NodeProperties::GetContextInput(node); 534 Node* const context = NodeProperties::GetContextInput(node);
|
js-global-object-specialization.cc | 268 Node* const context = NodeProperties::GetContextInput(node);
|
js-inlining.cc | 447 Node* context = NodeProperties::GetContextInput(node);
|
js-native-context-specialization.cc | 489 Node* context = NodeProperties::GetContextInput(node); [all...] |
verifier.cc | 143 Node* context = NodeProperties::GetContextInput(node); 571 Node* context = NodeProperties::GetContextInput(node); [all...] |
change-lowering.cc | 327 Node* const context = NodeProperties::GetContextInput(value);
|
js-intrinsic-lowering.cc | 120 Node* const context = NodeProperties::GetContextInput(node);
|
typer.cc | [all...] |
/external/v8/test/unittests/compiler/ |
js-context-relaxation-unittest.cc | 91 EXPECT_EQ(outer_context, NodeProperties::GetContextInput(node)); 109 EXPECT_EQ(context, NodeProperties::GetContextInput(node)); 127 EXPECT_EQ(outer_context, NodeProperties::GetContextInput(node)); 145 EXPECT_EQ(context, NodeProperties::GetContextInput(node)); 166 EXPECT_EQ(outer_context, NodeProperties::GetContextInput(node)); 188 EXPECT_EQ(outer_context, NodeProperties::GetContextInput(node)); 211 EXPECT_EQ(outer_context, NodeProperties::GetContextInput(node)); 236 EXPECT_EQ(nested_context, NodeProperties::GetContextInput(node)); 258 EXPECT_EQ(nested_context, NodeProperties::GetContextInput(node)); 280 EXPECT_EQ(context, NodeProperties::GetContextInput(node)) [all...] |
node-test-utils.cc | [all...] |