Searched refs:shared_entries (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | assembler.cc | 195 std::vector<ConstantPoolEntry>::iterator it = info.shared_entries.begin(); in AddEntry() 196 int end = static_cast<int>(info.shared_entries.size()); in AddEntry() 216 info.shared_entries.push_back(entry); in AddEntry() 237 std::vector<ConstantPoolEntry>& shared_entries = info.shared_entries; in EmitSharedEntries() local 241 int shared_end = static_cast<int>(shared_entries.size()); in EmitSharedEntries() 242 std::vector<ConstantPoolEntry>::iterator shared_it = shared_entries.begin(); in EmitSharedEntries() 265 std::vector<ConstantPoolEntry>& shared_entries = info.shared_entries; in EmitGroup() local 304 offset = shared_entries[it->merged_index()].offset(); in EmitGroup()
|
D | assembler.h | 523 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty() 525 info_[ConstantPoolEntry::DOUBLE].shared_entries.empty(); in IsEmpty() 556 std::vector<ConstantPoolEntry> shared_entries; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | topk_op_gpu.h | 351 Entry<T>* shared_entries = (Entry<T>*)shared_memory; 353 heapTopK<T, StridedData>(batch_input, length, k, shared_entries, true, 361 Entry<T>* top_k_heap = shared_entries + thread_count * k; 366 mergeShards(thread_count, k, shared_entries, top_k_heap, batch_output,
|