OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallStack
(Results
1 - 10
of
10
) sorted by null
/external/google-breakpad/src/processor/
call_stack.cc
41
CallStack
::~
CallStack
() {
45
void
CallStack
::Clear() {
/external/google-breakpad/src/google_breakpad/processor/
call_stack.h
33
// exposing the vector directly to allow the
CallStack
to own StackFrame
35
//
CallStack
must be composed of pointers instead of objects to allow for
40
// caller.
CallStack
only allows stacks to be built by pushing frames,
57
class
CallStack
{
59
CallStack
() { Clear(); }
60
~
CallStack
();
62
// Resets the
CallStack
to its initial empty state
/system/core/include/utils/
CallStack.h
33
class
CallStack
{
36
CallStack
();
37
// Create a
callstack
with the current thread's stack trace.
39
CallStack
(const char* logtag, int32_t ignoreDepth=1);
40
~
CallStack
();
/system/core/libutils/
CallStack.cpp
17
#define LOG_TAG "
CallStack
"
21
#include <utils/
CallStack
.h>
30
CallStack
::
CallStack
() {
33
CallStack
::
CallStack
(const char* logtag, int32_t ignoreDepth) {
38
CallStack
::~
CallStack
() {
41
void
CallStack
::update(int32_t ignoreDepth, pid_t tid) {
46
ALOGW("%s: Failed to unwind
callstack
.", __FUNCTION__)
[
all
...]
/external/mesa3d/src/mesa/program/
prog_execute.h
72
GLuint
CallStack
[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */
73
GLuint StackDepth; /**< Index/ptr to top of
CallStack
[] */
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h
325
struct tgsi_call_record
CallStack
[TGSI_EXEC_MAX_CALL_NESTING];
/art/tools/dmtracedump/
tracedump.cc
202
typedef struct
CallStack
{
207
}
CallStack
;
233
CallStack
* stacks[MAX_THREADS];
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
532
StackDiagVector &
CallStack
) {
539
for (StackDiagVector::iterator I =
CallStack
.begin(),
540
E =
CallStack
.end(); I != E; ++I) {
566
StackDiagVector
CallStack
;
583
CallStack
.push_back(StackDiagPair(C, N));
608
if (!
CallStack
.empty()) {
609
assert(
CallStack
.back().first == C);
610
CallStack
.pop_back();
872
updateStackPiecesWithMessage(p,
CallStack
);
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar
Completed in 1088 milliseconds