Home
last modified time | relevance | path

Searched refs:GetContextInput (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dnode-properties.h21 static inline Node* GetContextInput(Node* node);
Dnode-properties-inl.h81 inline Node* NodeProperties::GetContextInput(Node* node) { in GetContextInput() function
Djs-generic-lowering.cc155 inputs.push_back(NodeProperties::GetContextInput(node)); in ReplaceWithCompareIC()
Dverifier.cc97 Node* context = NodeProperties::GetContextInput(node); in Pre()
Djs-typed-lowering.cc128 Node* context() { return NodeProperties::GetContextInput(node_); } in context()
Dtyper.cc101 NodeProperties::GetBounds(NodeProperties::GetContextInput(node)); in ContextType()