Searched refs:InstructionLocation (Results 1 – 2 of 2) sorted by relevance
44 typedef std::pair<ArtMethod*, uint32_t> InstructionLocation; typedef108 void PutStack(const std::vector<InstructionLocation>& stack_dump) REQUIRES(!lock_);181 void RecordStack(const std::vector<InstructionLocation>& stack)
111 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()