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

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen_unittest.cc470 Instructions source_stack; local
478 source_stack.push_back(insn->jf_ptr);
482 if (source_stack.empty()) {
485 next = source_stack.back();
486 source_stack.pop_back();

Completed in 146 milliseconds