Searched defs:GetValueInput (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dnode-properties.cc51 Node* NodeProperties::GetValueInput(Node* node, int index) { function in class:v8::internal::compiler::NodeProperties
323 Node* const start = NodeProperties::GetValueInput(node, 0);
381 Node* const start = NodeProperties::GetValueInput(node, 0);
420 if (!IsTyped(GetValueInput(node, index))) return false;

Completed in 74 milliseconds