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);180 …void RecordStack(const std::vector<InstructionLocation>& stack) SHARED_LOCKS_REQUIRED(Locks::mutat…
109 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()