Searched refs:fromNode (Results 1 – 2 of 2) sorted by relevance
34 val fromNode = lazyNodeFrom() in resolve() constant36 if (fromNode != null && toNode != null) { in resolve()37 fromNode.addReferenceTo(toNode, kind) in resolve()50 fun link(fromNode: DocumentationNode, toSignature: String, kind: RefKind) { in link()51 … references.add(PendingDocumentationReference({ -> fromNode}, { -> nodeMap[toSignature]}, kind)) in link()
361 private void clearAllocationNodes(AllocationNode fromNode) { in clearAllocationNodes() argument362 if (!fromNode.wasInitialized) { in clearAllocationNodes()370 + ((int) (writeAllocationNode.startPosition - fromNode.startPosition) in clearAllocationNodes()373 AllocationNode currentNode = fromNode; in clearAllocationNodes()