HomeSort by relevance Sort by last modified time
    Searched refs:pmd (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/libmojo/base/trace_event/
java_heap_dump_provider_android.cc 28 ProcessMemoryDump* pmd) {
34 MemoryAllocatorDump* outer_dump = pmd->CreateAllocatorDump("java_heap");
39 pmd->CreateAllocatorDump("java_heap/allocated_objects");
java_heap_dump_provider_android.h 22 ProcessMemoryDump* pmd) override;
  /external/libchrome/base/trace_event/
process_memory_dump_unittest.cc 27 TracedValue* GetHeapDump(const ProcessMemoryDump& pmd, const char* name) {
28 auto it = pmd.heap_dumps().find(name);
29 return it == pmd.heap_dumps().end() ? nullptr : it->second.get();
70 // Check that the pmd can be reused and behaves as expected.
168 std::unique_ptr<ProcessMemoryDump> pmd(
171 pmd->CreateAllocatorDump(allocator_dump_name);
175 auto* pic1_dump = pmd->CreateAllocatorDump("picturemanager/picture1");
176 pmd->AddSuballocation(pic1_dump->guid(), allocator_dump_name);
179 auto* pic2_dump = pmd->CreateAllocatorDump("picturemanager/picture2",
181 pmd->AddSuballocation(pic2_dump->guid(), allocator_dump_name)
    [all...]
memory_allocator_dump_unittest.cc 28 ProcessMemoryDump* pmd) override {
30 pmd->CreateAllocatorDump("foobar_allocator");
41 pmd->CreateAllocatorDump("foobar_allocator/sub_heap");
47 pmd->CreateAllocatorDump("foobar_allocator/sub_heap/empty");
133 ProcessMemoryDump pmd(new MemoryDumpSessionState, dump_args);
135 fmadp.OnMemoryDump(dump_args, &pmd);
137 ASSERT_EQ(3u, pmd.allocator_dumps().size());
140 pmd.GetAllocatorDump("foobar_allocator");
153 pmd.GetAllocatorDump("foobar_allocator/sub_heap");
161 pmd.GetAllocatorDump("foobar_allocator/sub_heap/empty")
    [all...]
memory_dump_provider.h 49 // dump requests. The embedder should return true if the |pmd| was
55 ProcessMemoryDump* pmd) = 0;
malloc_dump_provider.h 39 ProcessMemoryDump* pmd) override;
trace_event_memory_overhead.h 55 void DumpInto(const char* base_name, ProcessMemoryDump* pmd) const;
malloc_dump_provider.cc 198 ProcessMemoryDump* pmd) {
257 MemoryAllocatorDump* outer_dump = pmd->CreateAllocatorDump("malloc");
263 MemoryAllocatorDump* inner_dump = pmd->CreateAllocatorDump(kAllocatedObjects);
278 pmd->CreateAllocatorDump("malloc/metadata_fragmentation_caches");
313 pmd->DumpHeapUsage(metrics_by_context, overhead, "malloc");
trace_event_memory_overhead.cc 141 ProcessMemoryDump* pmd) const {
144 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name);
memory_dump_manager_unittest.cc 147 bool(const MemoryDumpArgs& args, ProcessMemoryDump* pmd));
154 ProcessMemoryDump* pmd) -> bool {
158 EXPECT_TRUE(pmd->session_state().get() != nullptr);
383 ProcessMemoryDump* pmd) -> bool {
384 EXPECT_EQ(session_state, pmd->session_state().get());
390 ProcessMemoryDump* pmd) -> bool {
391 EXPECT_EQ(session_state, pmd->session_state().get());
737 const MemoryDumpArgs& args, ProcessMemoryDump* pmd) {
    [all...]
memory_dump_manager.cc 550 // active at any time for a given PMD, regardless of status of the |lock_|.
700 ProcessMemoryDump* pmd = local
703 bool dump_successful = mdpinfo->dump_provider->OnMemoryDump(args, pmd);
736 const ProcessMemoryDump* pmd) {
738 for (const auto& kv : pmd->allocator_dumps()) {
764 // TODO(hjd): Transitional until we send the full PMD. See crbug.com/704203
788 // TODO(hjd): Transitional until we send the full PMD. See crbug.com/704203
795 // TODO(hjd): Transitional until we send the full PMD. See crbug.com/704203
    [all...]
trace_log.cc 229 ProcessMemoryDump* pmd) override;
307 ProcessMemoryDump* pmd) {
314 overhead.DumpInto(dump_base_name.c_str(), pmd);
400 ProcessMemoryDump* pmd) {
414 overhead.DumpInto("tracing/main_trace_log", pmd);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
plugin.go 12 for pmd := firstmoduledata.next; pmd != nil; pmd = pmd.next {
13 if pmd.bad {
17 md = pmd
29 for _, pmd := range activeModules() {
30 if pmd.pluginpath == md.pluginpath {
35 if inRange(pmd.text, pmd.etext, md.text, md.etext) |
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
plugin.go 12 for pmd := firstmoduledata.next; pmd != nil; pmd = pmd.next {
13 if pmd.bad {
17 md = pmd
29 for _, pmd := range activeModules() {
30 if pmd.pluginpath == md.pluginpath {
35 if inRange(pmd.text, pmd.etext, md.text, md.etext) |
    [all...]
  /external/libchrome/base/memory/
shared_memory_tracker.cc 50 trace_event::ProcessMemoryDump* pmd) {
65 pmd->CreateAllocatorDump(dump_name);
72 pmd->CreateSharedGlobalAllocatorDump(guid);
80 pmd->AddOwnershipEdge(local_dump->guid(), global_dump->guid());
shared_memory_tracker.h 45 base::trace_event::ProcessMemoryDump* pmd) override;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
AccessPmr.s 75 // This routine is used to Reads the current value of Performance Monitor Data Register (PMD).
79 // On Entry : The 8-bit PMD index.
81 // Return Value: The current value of PMD by Index.
93 mov r8 = pmd[in0];;
101 // This routine is used to write the current value to Performance Monitor Data Register (PMD).
105 // On Entry : The 8-bit PMD index.
106 // The value should be written to PMD
108 // Return Value: The value written to PMD.
118 mov pmd[in0] = in1
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
AccessPmr.s 76 // This routine is used to Reads the current value of Performance Monitor Data Register (PMD).
80 // On Entry : The 8-bit PMD index.
82 // Return Value: The current value of PMD by Index.
94 mov r8 = pmd[in0];;
102 // This routine is used to write the current value to Performance Monitor Data Register (PMD).
106 // On Entry : The 8-bit PMD index.
107 // The value should be written to PMD
109 // Return Value: The value written to PMD.
119 mov pmd[in0] = in1
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
miivar.h 183 UINT32 pmd; member in struct:msk_mii_data
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-raw-err.s 349 mov r6 = pmd[r7]
353 // PMD#
354 mov pmd[r0] = r1
355 mov r2 = pmd[r3]
424 mov r6 = pmd[r7]
543 mov r1 = pmd[r1]
  /external/python/cpython2/PC/bdist_wininst/
install.c 1044 struct meta_data_hdr *pmd = (struct meta_data_hdr *)&data[ofs]; local
1056 if (pmd->tag != 0x1234567B) {
1064 if (pmd->bitmap_size) {
1066 bitmap_bytes = (char *)pmd - pmd->uncomp_size - pmd->bitmap_size;
1069 *pexe_size = ofs - pmd->uncomp_size - pmd->bitmap_size;
1071 src = ((char *)pmd) - pmd->uncomp_size
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 1088 struct meta_data_hdr *pmd = (struct meta_data_hdr *)&data[ofs]; local
1100 if (pmd->tag != 0x1234567B)
    [all...]
  /external/clang/test/SemaCXX/
nullptr.cpp 175 template<int (*fp)(int), int* p, int A::* pmd, int (A::*pmf)(int)>
member-pointer.cpp 96 void (HasMembers::*pmd)() = &HasMembers::d;

Completed in 696 milliseconds

1 2