OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instrumentation_frame
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
instrumentation.cc
193
InstrumentationStackFrame
instrumentation_frame
(GetThisObject(), m, 0, GetFrameId(),
196
LOG(INFO) << "Pushing shadow frame " <<
instrumentation_frame
.Dump();
198
shadow_stack_.push_back(
instrumentation_frame
);
246
InstrumentationStackFrame
instrumentation_frame
(GetThisObject(), m, return_pc, GetFrameId(),
249
LOG(INFO) << "Pushing frame " <<
instrumentation_frame
.Dump();
257
if (
instrumentation_frame
.frame_id_ >= current.frame_id_) {
261
instrumentation_stack_->insert(it,
instrumentation_frame
);
353
for (const InstrumentationStackFrame&
instrumentation_frame
: *instrumentation_stack_) {
354
if (
instrumentation_frame
.frame_id_ == frameId) {
358
if (
instrumentation_frame
.interpreter_entry_)
1056
InstrumentationStackFrame
instrumentation_frame
= stack->front();
local
1117
InstrumentationStackFrame
instrumentation_frame
= stack->front();
local
[
all
...]
stack.cc
838
const instrumentation::InstrumentationStackFrame&
instrumentation_frame
=
local
[
all
...]
Completed in 40 milliseconds