Home
last modified time | relevance | path

Searched refs:Callers (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp34 MallocMap *Callers; variable
37 if (Callers != nullptr && !InAllocatorFunction) { in internalAllocator()
39 ++(*Callers)[caller]; in internalAllocator()
74 Callers = new MallocMap(); in LinuxMallocProfiling()
78 if (Callers == nullptr) { in ~LinuxMallocProfiling()
81 for (const auto &C : *Callers) { in ~LinuxMallocProfiling()
93 delete Callers; in ~LinuxMallocProfiling()
94 Callers = nullptr; in ~LinuxMallocProfiling()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLEnqueuedBlockLowering.cpp81 static void collectCallers(Function *F, DenseSet<Function *> &Callers) { in collectCallers() argument
85 if (Callers.insert(Caller).second) in collectCallers()
86 collectCallers(Caller, Callers); in collectCallers()
107 DenseSet<Function *> Callers; in runOnModule() local
134 collectFunctionUsers(UU, Callers); in runOnModule()
145 for (auto F : Callers) { in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLEnqueuedBlockLowering.cpp80 static void collectCallers(Function *F, DenseSet<Function *> &Callers) { in collectCallers() argument
84 if (Callers.insert(Caller).second) in collectCallers()
85 collectCallers(Caller, Callers); in collectCallers()
106 DenseSet<Function *> Callers; in runOnModule() local
133 collectFunctionUsers(UU, Callers); in runOnModule()
144 for (auto F : Callers) { in runOnModule()
/external/llvm-project/llvm/lib/Analysis/
DCallPrinter.cpp67 SmallSet<Function *, 16> Callers; in CallGraphDOTInfo() local
70 Callers.insert(cast<Instruction>(U)->getFunction()); in CallGraphDOTInfo()
71 for (auto iter = Callers.begin() ; iter != Callers.end() ; ++iter) in CallGraphDOTInfo()
DStackSafetyAnalysis.cpp480 DenseMap<const CalleeTy *, SmallVector<const CalleeTy *, 4>> Callers; member in __anon850a2da00211::StackSafetyDataFlowAnalysis
562 for (auto &CallerID : Callers[Callee]) in updateOneNode()
583 Callers[Callee].push_back(F.first); in runDataFlow()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp568 CallerSym Callers(SymbolRecordKind::CallerSym); in TEST_F() local
569 Callers.Indices.push_back(TypeIndex(4)); in TEST_F()
570 Callers.Indices.push_back(TypeIndex(5)); in TEST_F()
571 Callers.Indices.push_back(TypeIndex(6)); in TEST_F()
576 writeSymbolRecords(Callees, Callers, Inlinees); in TEST_F()
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dtestsuite.go31 total := runtime.Callers(1, pcs)
/external/grpc-grpc/tools/http2_interop/
Dtestsuite.go17 total := runtime.Callers(1, pcs)
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-inlinees.test31 CHECK-NEXT: Callers [
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp401 DenseMap<const GlobalValue *, SmallVector<const GlobalValue *, 4>> Callers; member in __anon8f0197140211::StackSafetyDataFlowAnalysis
495 for (auto &CallerID : Callers[Callee]) in updateOneNode()
503 Callers.clear(); in runDataFlow()
521 Callers[Callee].push_back(F.first); in runDataFlow()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RestoreV2.pbtxt50 Callers must ensure all the named tensors are indeed stored in the checkpoint.
/external/boringssl/src/
DSANDBOXING.md30 Callers must assume that any BoringSSL function may perform one of the following
41 These must succeed, or BoringSSL will abort the process. Callers, however, can
DAPI-CONVENTIONS.md210 release the object before returning. Callers that wish to independently retain a
212 transferring. Callers should also take note of whether the function is
/external/glide/third_party/disklrucache/
DREADME.md40 error occurs while writing a cache value, the edit will fail silently. Callers
/external/python/cpython2/Doc/c-api/
Dfile.rst76 Callers of this must call :c:func:`PyFile_DecUseCount` when they are
/external/python/cpython3/Doc/c-api/
Dtype.rst103 Callers will typically cast the result pointer into the appropriate
/external/clang/test/Analysis/
Dretain-release-path-notes-gc.m67 …hod 'getViolation' is potentially leaked when using garbage collection. Callers of this method do…
72 …od 'copyViolation' is potentially leaked when using garbage collection. Callers of this method do…
1207 …getViolation&apos; is potentially leaked when using garbage collection. Callers of this method do…
1209 …getViolation&apos; is potentially leaked when using garbage collection. Callers of this method do…
1394 …opyViolation&apos; is potentially leaked when using garbage collection. Callers of this method do…
1396 …opyViolation&apos; is potentially leaked when using garbage collection. Callers of this method do…
/external/rust/crates/criterion/
DCHANGELOG.md25 formally deprecated pending deletion in 0.4.0. Callers should use `BenchmarkGroup` instead.
28 Callers should use `BenchmarkGroup` instead.
/external/python/pyopenssl/
DCHANGELOG.rst282 Callers must now always pass an explicit ``digest``.
/external/rust/crates/textwrap/
DCHANGELOG.md298 you relied on the exact return type of `Wrapper::wrap`. Callers of the
/external/skia/modules/canvaskit/
DCHANGELOG.md299 - `SkSurface.captureFrameAsSkPicture` will be removed in a future release. Callers can simply
527 identity matrix. Callers must determine what behavior would be appropriate in this situation.
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt751 group: utrie # Callers should use ucptrie instead.
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dec.rst199 This method is deprecated as of version 2.5. Callers should migrate
/external/auto/value/userguide/
Dhowto.md166 Warning: this is an ugly workaround, not a perfectly sensible practice! Callers
/external/rust/crates/aho-corasick/
DDESIGN.md418 searching isolated to a single type. Callers may query whether the automaton

12