Searched refs:DebugInfoListNode (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Ddebug.h197 class DebugInfoListNode { class in namespace:v8::internal
199 explicit DebugInfoListNode(DebugInfo* debug_info);
200 virtual ~DebugInfoListNode();
202 DebugInfoListNode* next() { return next_; }
203 void set_next(DebugInfoListNode* next) { next_ = next; }
211 DebugInfoListNode* next_;
476 DebugInfoListNode* debug_info_list_;
H A Ddebug.cc731 DebugInfoListNode* node = reinterpret_cast<DebugInfoListNode*>(data);
742 ASSERT(node != reinterpret_cast<DebugInfoListNode*>(data));
749 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) { function in class:v8::internal::DebugInfoListNode
761 DebugInfoListNode::~DebugInfoListNode() {
1155 DebugInfoListNode* node = debug_info_list_;
1188 DebugInfoListNode* node = debug_info_list_;
1662 DebugInfoListNode* nod
[all...]
/external/v8/test/cctest/
H A Dtest-debug.cc386 v8::internal::DebugInfoListNode* node = debug->debug_info_list_;

Completed in 118 milliseconds