Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h44 typedef std::pair<mirror::ArtMethod*, uint32_t> InstructionLocation; typedef
108 void PutStack(const std::vector<InstructionLocation>& stack_dump);
180 …void RecordStack(const std::vector<InstructionLocation>& stack) SHARED_LOCKS_REQUIRED(Locks::mutat…
Dprofiler.cc109 std::vector<InstructionLocation> stack; in GetSample()
449 void BackgroundMethodSamplingProfiler::RecordStack(const std::vector<InstructionLocation>& stack) { in RecordStack()
505 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) { in PutStack()
520 for (std::vector<InstructionLocation>::const_reverse_iterator iter = stack.rbegin(); in PutStack()
522 InstructionLocation inst_loc = *iter; in PutStack()