Home
last modified time | relevance | path

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

/art/test/137-cfi/
Dcfi.cc64 static bool CheckStack(Backtrace* bt, const std::vector<std::string>& seq) { in CheckStack() argument
66 CHECK_GT(seq.size(), 0U); in CheckStack()
70 LOG(INFO) << "Got " << it->func_name << ", looking for " << seq[cur_search_index]; in CheckStack()
71 if (it->func_name == seq[cur_search_index]) { in CheckStack()
73 if (cur_search_index == seq.size()) { in CheckStack()
80 printf("Cannot find %s in backtrace:\n", seq[cur_search_index].c_str()); in CheckStack()
132 std::vector<std::string> seq = { in Java_Main_unwindInProcess() local
145 bool result = CheckStack(bt.get(), full_signatrues ? full_seq : seq); in Java_Main_unwindInProcess()
235 std::vector<std::string> seq = { in Java_Main_unwindOtherProcess() local
254 result = CheckStack(bt.get(), full_signatrues ? full_seq : seq); in Java_Main_unwindOtherProcess()