Searched refs:set_table (Results 1 - 5 of 5) sorted by relevance

/external/v8/test/cctest/
H A Dtest-weakmaps.cc53 weakmap->set_table(*table);
65 weakmap->set_table(*table);
H A Dtest-weaksets.cc53 weakset->set_table(*table);
65 weakset->set_table(*table);
H A Dtest-heap-profiler.cc599 const v8::HeapGraphNode* set_table = local
601 CHECK_EQ(v8::HeapGraphNode::kArray, set_table->GetType());
602 CHECK_GT(set_table->GetChildrenCount(), 0);
604 for (int i = 0, count = set_table->GetChildrenCount(); i < count; ++i) {
605 const v8::HeapGraphEdge* prop = set_table->GetChild(i);
/external/v8/src/
H A Druntime.cc1534 holder->set_table(*table);
1546 holder->set_table(*table);
1569 holder->set_table(*table);
1580 holder->set_table(*table);
1603 holder->set_table(*table);
1624 holder->set_table(*table);
1660 holder->set_table(*new_table);
1671 holder->set_table(*table);
1684 holder->set_table(*new_table);
1708 holder->set_table(*tabl
[all...]
H A Dobjects.cc15712 set_table(table);
15736 set_table(GetHeap()->undefined_value());

Completed in 458 milliseconds