Home
last modified time | relevance | path

Searched refs:shared_entries (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dassembler.cc1682 std::vector<ConstantPoolEntry>::iterator it = info.shared_entries.begin(); in AddEntry()
1683 int end = static_cast<int>(info.shared_entries.size()); in AddEntry()
1703 info.shared_entries.push_back(entry); in AddEntry()
1725 std::vector<ConstantPoolEntry>& shared_entries = info.shared_entries; in EmitSharedEntries() local
1729 int shared_end = static_cast<int>(shared_entries.size()); in EmitSharedEntries()
1730 std::vector<ConstantPoolEntry>::iterator shared_it = shared_entries.begin(); in EmitSharedEntries()
1754 std::vector<ConstantPoolEntry>& shared_entries = info.shared_entries; in EmitGroup() local
1793 offset = shared_entries[it->merged_index()].offset(); in EmitGroup()
Dassembler.h1245 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty()
1247 info_[ConstantPoolEntry::DOUBLE].shared_entries.empty(); in IsEmpty()
1278 std::vector<ConstantPoolEntry> shared_entries; member