Lines Matching refs:node
959 void Put(SlotKind slot_kind, AstNode* node, int slot_index) {
960 PutImpl(slot_kind, 0, node, slot_index);
973 int Get(SlotKind slot_kind, AstNode* node) const {
974 return GetImpl(slot_kind, 0, node);
987 void PutImpl(SlotKind slot_kind, int index, const void* node,
989 Key key = std::make_tuple(slot_kind, index, node);
994 int GetImpl(SlotKind slot_kind, int index, const void* node) const {
995 Key key = std::make_tuple(slot_kind, index, node);
2463 // until the end of the try_block in the AST node, and does not apply to the
7016 AstNode* node, SourceRangeKind kind) {
7019 : block_coverage_builder_->AllocateBlockCoverageSlot(node, kind);
7023 NaryOperation* node, size_t index) {
7026 : block_coverage_builder_->AllocateNaryBlockCoverageSlot(node,
7031 AstNode* node, SourceRangeKind kind) {
7033 block_coverage_builder_->IncrementBlockCounter(node, kind);