Home
last modified time | relevance | path

Searched refs:Intern (Results 1 – 25 of 47) sorted by relevance

12

/external/pdfium/core/fxcrt/
Dstring_pool_template_unittest.cpp24 ByteString interned_null1 = pool.Intern(null1); in TEST()
25 ByteString interned_null2 = pool.Intern(null2); in TEST()
26 ByteString interned_goats1 = pool.Intern(goats1); in TEST()
27 ByteString interned_goats2 = pool.Intern(goats2); in TEST()
42 ByteString reinterned_null2 = pool.Intern(null2); in TEST()
43 ByteString reinterned_null1 = pool.Intern(null2); in TEST()
44 ByteString reinterned_goats2 = pool.Intern(goats2); in TEST()
45 ByteString reinterned_goats1 = pool.Intern(goats2); in TEST()
67 WideString interned_null1 = pool.Intern(null1); in TEST()
68 WideString interned_null2 = pool.Intern(null2); in TEST()
[all …]
Dstring_pool_template.h19 StringType Intern(const StringType& str) { return *m_Pool.insert(str).first; } in Intern() function
/external/perfetto/src/profiling/memory/
Dinterner_unittest.cc29 Interned<std::string> interned_str = interner.Intern("foo"); in TEST()
38 Interned<std::string> interned_str = interner.Intern("foo"); in TEST()
39 Interned<std::string> other_interned_str = interner.Intern("bar"); in TEST()
49 Interned<std::string> interned_str = interner.Intern("foo"); in TEST()
51 Interned<std::string> interned_str2 = interner.Intern("foo"); in TEST()
61 Interned<std::string> interned_str = interner.Intern("foo"); in TEST()
74 Interned<std::string> interned_str = interner.Intern("foo"); in TEST()
88 Interned<std::string> interned_str = interner.Intern("foo"); in TEST()
101 Interned<std::string> interned_str = interner.Intern("foo"); in TEST()
114 Interned<std::string> interned_str = interner.Intern("foo"); in TEST()
[all …]
Dbookkeeping.cc236 Mapping map(string_interner_.Intern(loc.build_id)); in InternCodeLocation()
243 map.path_components.emplace_back(string_interner_.Intern(sp.cur_token())); in InternCodeLocation()
245 Frame frame(mapping_interner_.Intern(std::move(map)), in InternCodeLocation()
246 string_interner_.Intern(loc.frame.function_name), in InternCodeLocation()
249 return frame_interner_.Intern(frame); in InternCodeLocation()
253 Mapping map(string_interner_.Intern("")); in MakeRootFrame()
255 Frame frame(mapping_interner_.Intern(std::move(map)), in MakeRootFrame()
256 string_interner_.Intern(""), 0); in MakeRootFrame()
258 return frame_interner_.Intern(frame); in MakeRootFrame()
Dinterner.h99 Interned Intern(U... args) { in Intern() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_string.cpp22 m_String = pPool->Intern(m_String); in CPDF_String()
28 m_String = pPool->Intern(m_String); in CPDF_String()
Dcpdf_name.cpp16 m_Name = pPool->Intern(m_Name); in CPDF_Name()
Dcpdf_dictionary.cpp242 return m_pPool ? m_pPool->Intern(str) : str; in MaybeIntern()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/Inputs/
Dtestlink.ll17 ;; Intern in both testlink[12].ll
22 ;; Intern in one but not in other
/external/llvm/test/Linker/Inputs/
Dtestlink.ll17 ;; Intern in both testlink[12].ll
22 ;; Intern in one but not in other
/external/swiftshader/third_party/LLVM/test/Linker/
Dtestlink2.ll19 ;; Intern in both testlink[12].ll
22 ;; Intern in one but not in other
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc267 TF_RETURN_IF_ERROR(suballocation->Intern(rm, &key)); in DoWork()
276 TF_RETURN_IF_ERROR(output_tuple->Intern(rm, &key)); in DoWork()
Dxrt_state_ops.h202 OP_REQUIRES_OK(ctx, allocation->Intern(rm, &key)); in Compute()
301 OP_REQUIRES_OK(ctx, allocation->Intern(rm, &key)); in Compute()
363 OP_REQUIRES_OK(ctx, suballocation->Intern(rm, &key)); in Compute()
446 OP_REQUIRES_OK(ctx, output_allocation->Intern(rm, &key)); in Compute()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h146 Status Intern(ResourceMgr* rm, int64* key);
Dxrt_state.cc486 Status XRTTupleAllocation::Intern(ResourceMgr* rm, int64* key) { in Intern() function in tensorflow::XRTTupleAllocation
/external/swiftshader/third_party/LLVM/lib/Support/
DFoldingSet.cpp175 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFoldingSet.cpp176 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp176 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
/external/llvm/lib/Support/
DFoldingSet.cpp176 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DFoldingSet.h334 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp290 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); in getConstant()
873 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), in getTruncateExpr()
1032 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr()
1280 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator), in getSignExtendExpr()
1807 S = new (SCEVAllocator) SCEVAddExpr(ID.Intern(SCEVAllocator), in getAddExpr()
2097 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator), in getMulExpr()
2218 SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator), in getUDivExpr()
2346 S = new (SCEVAllocator) SCEVAddRecExpr(ID.Intern(SCEVAllocator), in getAddRecExpr()
2452 SCEV *S = new (SCEVAllocator) SCEVSMaxExpr(ID.Intern(SCEVAllocator), in getSMaxExpr()
2556 SCEV *S = new (SCEVAllocator) SCEVUMaxExpr(ID.Intern(SCEVAllocator), in getUMaxExpr()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h367 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFoldingSet.h355 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
/external/llvm/include/llvm/ADT/
DFoldingSet.h361 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
/external/llvm/lib/Analysis/
DScalarEvolution.cpp315 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); in getConstant()
1142 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), in getTruncateExpr()
1594 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr()
1821 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator), in getSignExtendExpr()
2374 S = new (SCEVAllocator) SCEVAddExpr(ID.Intern(SCEVAllocator), in getAddExpr()
2664 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator), in getMulExpr()
2784 SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator), in getUDivExpr()
2964 S = new (SCEVAllocator) SCEVAddRecExpr(ID.Intern(SCEVAllocator), in getAddRecExpr()
3118 SCEV *S = new (SCEVAllocator) SCEVSMaxExpr(ID.Intern(SCEVAllocator), in getSMaxExpr()
3219 SCEV *S = new (SCEVAllocator) SCEVUMaxExpr(ID.Intern(SCEVAllocator), in getUMaxExpr()
[all …]

12