Home
last modified time | relevance | path

Searched refs:IsSourcePositionUsed (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector.h391 bool IsSourcePositionUsed(Node* node);
Dinstruction-selector.cc833 bool InstructionSelector::IsSourcePositionUsed(Node* node) { in IsSourcePositionUsed() function in v8::internal::compiler::InstructionSelector
875 if (source_position.IsKnown() && IsSourcePositionUsed(node)) { in VisitBlock()