Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/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-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp569 CallerSym Callers(SymbolRecordKind::CallerSym); in TEST_F() local
570 Callers.Indices.push_back(TypeIndex(4)); in TEST_F()
571 Callers.Indices.push_back(TypeIndex(5)); in TEST_F()
572 Callers.Indices.push_back(TypeIndex(6)); in TEST_F()
577 writeSymbolRecords(Callees, Callers, Inlinees); in TEST_F()
/external/grpc-grpc/tools/http2_interop/
Dtestsuite.go17 total := runtime.Callers(1, pcs)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-inlinees.test31 CHECK-NEXT: Callers [
/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/glide/third_party/disklrucache/
DREADME.md40 error occurs while writing a cache value, the edit will fail silently. Callers
/external/python/cpython3/Doc/c-api/
Dtype.rst115 Callers will typically cast the result pointer into the appropriate
/external/boringssl/src/
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/python/cpython2/Doc/c-api/
Dfile.rst76 Callers of this must call :c:func:`PyFile_DecUseCount` when they are
/external/syzkaller/vendor/golang.org/x/net/trace/
Devents.go139 n := runtime.Callers(2, el.stack)
/external/swiftshader/third_party/stlport-cpp11-extension/
Dmemory296 // This is so users can compare against null. Callers should be able
/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/icu/icu4c/source/test/depstest/
Ddependencies.txt716 group: utrie # Callers should use ucptrie instead.
/external/libcxx/include/
Dutility1104 // Callers do best to use "random-looking" values for a and b.
/external/python/cpython3/Doc/faq/
Dprogramming.rst379 # Callers can only provide two parameters and optionally pass _cache by keyword
/external/python/cpython2/Doc/faq/
Dprogramming.rst525 # Callers will never provide a third parameter for this function.
/external/libjpeg-turbo/
Dlibjpeg.txt2667 by the caller using free() when the memory region is no longer needed. Callers