HomeSort by relevance Sort by last modified time
    Searched refs:InstrumentationStackFrame (Results 1 - 6 of 6) sorted by null

  /art/runtime/
instrumentation.cc 140 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
151 std::deque<InstrumentationStackFrame>* const instrumentation_stack_;
168 typedef std::deque<InstrumentationStackFrame>::const_reverse_iterator It;
211 for (InstrumentationStackFrame instrumentation_frame : *instrumentation_stack_) {
240 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_;
248 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack();
469 static void CheckStackDepth(Thread* self, const InstrumentationStackFrame& instrumentation_frame,
486 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack();
490 instrumentation::InstrumentationStackFrame instrumentation_frame(this_object, method, lr,
500 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack()
    [all...]
instrumentation.h 274 struct InstrumentationStackFrame {
275 InstrumentationStackFrame(mirror::Object* this_object, mirror::ArtMethod* method,
stack.cc 256 instrumentation::InstrumentationStackFrame StackVisitor::GetInstrumentationStackFrame(uint32_t depth) const {
312 instrumentation::InstrumentationStackFrame instrumentation_frame =
thread.h 551 std::deque<instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() {
780 std::deque<instrumentation::InstrumentationStackFrame>* instrumentation_stack_;
stack.h 557 instrumentation::InstrumentationStackFrame GetInstrumentationStackFrame(uint32_t depth) const;
thread.cc     [all...]

Completed in 153 milliseconds