Searched refs:map_table (Results 1 – 2 of 2) sorted by relevance
49 static const int map_table[MAX_PROB - 1] = { in remap_prob() local77 i = map_table[i]; in remap_prob()
623 const v8::HeapGraphNode* map_table = in TEST() local625 CHECK_EQ(v8::HeapGraphNode::kArray, map_table->GetType()); in TEST()626 CHECK_GT(map_table->GetChildrenCount(), 0); in TEST()628 for (int i = 0, count = map_table->GetChildrenCount(); i < count; ++i) { in TEST()629 const v8::HeapGraphEdge* prop = map_table->GetChild(i); in TEST()