Home
last modified time | relevance | path

Searched refs:callstack (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dparse-malloc-history139 my $callstack = substr($line, $callstackBegin + 2); # + 2 skips "| "
141 if ($callstack =~ $regexp) {
142 $callstack = $regexp . "\n";
147 if (!$callstacks{$callstack}) {
148 $callstacks{$callstack} = {"callCount" => 0, "byteCount" => 0};
151 $callstacks{$callstack}{"callCount"} += $callCount;
152 $callstacks{$callstack}{"byteCount"} += $byteCount;
156 …for my $callstack (sort { $callstacks{$b}{"byteCount"} <=> $callstacks{$a}{"byteCount"} } keys %ca…
157 my $callCount = $callstacks{$callstack}{"callCount"};
158 my $byteCount = $callstacks{$callstack}{"byteCount"};
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSourcesPanel.js129 this.sidebarPanes.callstack = new WebInspector.CallStackSidebarPane();
130 …this.sidebarPanes.callstack.addEventListener(WebInspector.CallStackSidebarPane.Events.CallFrameSel…
131 …this.sidebarPanes.callstack.addEventListener(WebInspector.CallStackSidebarPane.Events.CallFrameRes…
144 this.sidebarPanes.callstack.registerShortcuts(this.registerShortcuts.bind(this));
322 this.sidebarPanes.callstack.update(details.callFrames, details.asyncStackTrace);
330 this.sidebarPanes.callstack.setStatus(element);
343 …this.sidebarPanes.callstack.setStatus(WebInspector.UIString("Paused on a JavaScript breakpoint."));
353 …this.sidebarPanes.callstack.setStatus(WebInspector.UIString("Paused on a \"%s\" Event Listener.", …
356 … this.sidebarPanes.callstack.setStatus(WebInspector.UIString("Paused on a XMLHttpRequest."));
358 …this.sidebarPanes.callstack.setStatus(WebInspector.UIString("Paused on exception: '%s'.", details.…
[all …]
DsidebarPane.css176 .sidebar-pane-toolbar > label.scripts-callstack-async {
/external/valgrind/main/callgrind/
DMakefile.in75 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-callstack.$(OBJEXT) \
98 callstack.c clo.c context.c costs.c debug.c dump.c events.c \
105 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-callstack.$(OBJEXT) \
629 callstack.c \
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-callstack.…
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-callstack.…
873 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-callstack.o: callstack.c
874callstack.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-callstack.Tpo -c -o call…
875 …callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-callstack.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCON…
878 … -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-callstack.o `test -f 'callstack.c' || echo '$(srcdir)/…
[all …]
DMakefile.am36 callstack.c \
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h214 struct r600_cf_callstack callstack[SQ_MAX_CALL_DEPTH]; member
Dr600_shader.c4940 ctx->bc->callstack[ctx->bc->call_sp].current--; in callstack_decrease_current()
4944 ctx->bc->callstack[ctx->bc->call_sp].current -= 4; in callstack_decrease_current()
4948 ctx->bc->callstack[ctx->bc->call_sp].current --; in callstack_decrease_current()
4968 if ((ctx->bc->callstack[ctx->bc->call_sp].current + diff) > in callstack_check_depth()
4969 ctx->bc->callstack[ctx->bc->call_sp].max) { in callstack_check_depth()
4970 ctx->bc->callstack[ctx->bc->call_sp].max = in callstack_check_depth()
4971 ctx->bc->callstack[ctx->bc->call_sp].current + diff; in callstack_check_depth()
4977 ctx->bc->callstack[ctx->bc->call_sp].current++; in callstack_check_depth()
4981 ctx->bc->callstack[ctx->bc->call_sp].current += 4; in callstack_check_depth()
4984 ctx->bc->callstack[ctx->bc->call_sp].current++; in callstack_check_depth()
[all …]
Dr600_asm.c1912 if (bc->callstack[0].max > 0) in r600_bytecode_build()
1913 bc->nstack = ((bc->callstack[0].max + 3) >> 2) + 2; in r600_bytecode_build()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Dr600_asm.h214 struct r600_cf_callstack callstack[SQ_MAX_CALL_DEPTH]; member
Dr600_shader.c4940 ctx->bc->callstack[ctx->bc->call_sp].current--; in callstack_decrease_current()
4944 ctx->bc->callstack[ctx->bc->call_sp].current -= 4; in callstack_decrease_current()
4948 ctx->bc->callstack[ctx->bc->call_sp].current --; in callstack_decrease_current()
4968 if ((ctx->bc->callstack[ctx->bc->call_sp].current + diff) > in callstack_check_depth()
4969 ctx->bc->callstack[ctx->bc->call_sp].max) { in callstack_check_depth()
4970 ctx->bc->callstack[ctx->bc->call_sp].max = in callstack_check_depth()
4971 ctx->bc->callstack[ctx->bc->call_sp].current + diff; in callstack_check_depth()
4977 ctx->bc->callstack[ctx->bc->call_sp].current++; in callstack_check_depth()
4981 ctx->bc->callstack[ctx->bc->call_sp].current += 4; in callstack_check_depth()
4984 ctx->bc->callstack[ctx->bc->call_sp].current++; in callstack_check_depth()
[all …]
Dr600_asm.c1912 if (bc->callstack[0].max > 0) in r600_bytecode_build()
1913 bc->nstack = ((bc->callstack[0].max + 3) >> 2) + 2; in r600_bytecode_build()
/external/llvm/test/CodeGen/X86/
Dwin_ftol2.ll11 ; the x87 stack instead of the callstack. The input value is popped by the
/external/chromium_org/chrome/browser/
Dbrowser_process_impl.cc331 base::debug::StackTrace callstack = release_last_reference_callstack_; in AddRefModule() local
332 base::debug::Alias(&callstack); in AddRefModule()
Dchrome_browser_application_mac.mm504 // Encode the callstack from point of throw.
/external/valgrind/main/drd/
Ddrd_thread.c1254 static void show_call_stack(const DrdThreadId tid, ExeContext* const callstack) in show_call_stack() argument
1259 if (callstack) in show_call_stack()
1260 VG_(pp_ExeContext)(callstack); in show_call_stack()