Searched refs:shared_entries (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/codegen/ |
D | constant-pool.cc | 60 std::vector<ConstantPoolEntry>::iterator it = info.shared_entries.begin(); in AddEntry() 61 int end = static_cast<int>(info.shared_entries.size()); in AddEntry() 82 info.shared_entries.push_back(*entry); in AddEntry() 103 std::vector<ConstantPoolEntry>& shared_entries = info.shared_entries; in EmitSharedEntries() local 107 int shared_end = static_cast<int>(shared_entries.size()); in EmitSharedEntries() 108 std::vector<ConstantPoolEntry>::iterator shared_it = shared_entries.begin(); in EmitSharedEntries() 131 std::vector<ConstantPoolEntry>& shared_entries = info.shared_entries; in EmitGroup() local 170 offset = shared_entries[it->merged_index()].offset(); in EmitGroup()
|
D | constant-pool.h | 124 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty() 126 info_[ConstantPoolEntry::DOUBLE].shared_entries.empty(); in IsEmpty() 157 std::vector<ConstantPoolEntry> shared_entries; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | topk_op_gpu.h | 353 Entry<T>* shared_entries = (Entry<T>*)shared_memory; 355 heapTopK<T, StridedData>(batch_input, length, k, shared_entries, true, 363 Entry<T>* top_k_heap = shared_entries + thread_count * k; 368 mergeShards(thread_count, k, shared_entries, top_k_heap, batch_output,
|