Lines Matching defs:node
402 Node *node = nullptr;
414 node = head + idx;
415 if (node == nullptr) {
418 if (node->value != 0) {
419 if (node->section.inKernel) {
420 uint64_t ip = node->section.ip | KERNEL_PREFIX;
426 userSymbolsHits[pid].insert(node->section.ip);
429 HLOGD("node value error 0x%x", idx);
1183 for (const UniStackNode& node : item.nodes) {
1184 stackTable->ImportNode(node.index, node.node);