Searched refs:to_node (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, argument
267 uptr to_idx = nodeToIndex(to_node);
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc940 "var edge_to_node_offset = meta.edge_fields.indexOf('to_node');\n"
2322 const v8::HeapGraphNode* to_node = edge->GetToNode(); local
2324 v8::String::Utf8Value node_name(to_node->GetName());
2328 node = to_node;

Completed in 177 milliseconds