Home
last modified time | relevance | path

Searched refs:InstructionLocation (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.h44 typedef std::pair<ArtMethod*, uint32_t> InstructionLocation; typedef
108 void PutStack(const std::vector<InstructionLocation>& stack_dump) REQUIRES(!lock_);
181 void RecordStack(const std::vector<InstructionLocation>& stack)
Dprofiler.cc111 std::vector<InstructionLocation> stack; in GetSample()
450 void BackgroundMethodSamplingProfiler::RecordStack(const std::vector<InstructionLocation>& stack) { in RecordStack()
511 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) { in PutStack()
526 for (std::vector<InstructionLocation>::const_reverse_iterator iter = stack.rbegin(); in PutStack()
528 InstructionLocation inst_loc = *iter; in PutStack()