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);
180 …void RecordStack(const std::vector<InstructionLocation>& stack) SHARED_LOCKS_REQUIRED(Locks::mutat…
Dprofiler.cc109 std::vector<InstructionLocation> stack; in GetSample()
446 void BackgroundMethodSamplingProfiler::RecordStack(const std::vector<InstructionLocation>& stack) { in RecordStack()
502 void ProfileSampleResults::PutStack(const std::vector<InstructionLocation>& stack) { in PutStack()
517 for (std::vector<InstructionLocation>::const_reverse_iterator iter = stack.rbegin(); in PutStack()
519 InstructionLocation inst_loc = *iter; in PutStack()