Searched refs:fake_stack (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dexception_test.cc166 std::vector<uintptr_t> fake_stack; local
176 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_g_));
177 fake_stack.push_back(0);
178 fake_stack.push_back(0);
179 fake_stack.push_back(method_f_->ToNativePc(dex_pc)); // return pc
182 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_f_));
183 fake_stack.push_back(0);
184 fake_stack.push_back(0);
185 fake_stack.push_back(0xEBAD6070); // return pc
188 fake_stack
[all...]

Completed in 52 milliseconds