OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trace_env
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-log-stack-tracer.cc
63
}
trace_env
= { NULL };
variable in typeref:struct:__anon29723
67
trace_env
.sample = sample;
72
trace_env
.sample->fp = fp;
74
trace_env
.sample->sp =
75
reinterpret_cast<Address>(
trace_env
.sample) - 10240;
76
StackTracer::Trace(Isolate::Current(),
trace_env
.sample);
/external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc
61
}
trace_env
= { NULL };
variable in typeref:struct:__anon18042
65
trace_env
.sample = sample;
74
reinterpret_cast<Address>(
trace_env
.sample) - 10240;
75
trace_env
.sample->Init(CcTest::i_isolate(), regs);
Completed in 75 milliseconds