OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jf_ptr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
instruction.h
34
: code(c), jt_ptr(jt),
jf_ptr
(jf), k(parm) {}
49
Instruction* jt_ptr, *
jf_ptr
;
member in struct:sandbox::Instruction::__anon10268::__anon10270
codegen.cc
19
TraverseRecursively(visited, instruction->
jf_ptr
);
206
if (!head->jt_ptr && head->
jf_ptr
) {
208
} else if (!head->
jf_ptr
&& head->jt_ptr) {
209
head->
jf_ptr
= tail;
252
++(*branch_targets)[insn->
jf_ptr
];
290
if (seen_instructions.find(insn->
jf_ptr
) == seen_instructions.end()) {
293
insn = insn->
jf_ptr
;
380
stack.push_back(insn->
jf_ptr
);
452
// Only conditional jump instructions use the jt_ptr and
jf_ptr
466
c = PointerCompare(blocks.find(insn1.
jf_ptr
)->second
[
all
...]
codegen_unittest.cc
122
SANDBOX_ASSERT(insn4->
jf_ptr
== insn3);
192
target_instructions.insert(insn->
jf_ptr
);
193
SANDBOX_ASSERT(insn->
jf_ptr
!= NULL);
194
SANDBOX_ASSERT(branch_targets.find(insn->
jf_ptr
) != end);
195
stack.push_back(insn->
jf_ptr
);
328
stack.push_back(all_blocks[insn->
jf_ptr
]);
385
source_stack.push_back(insn->
jf_ptr
);
Completed in 1794 milliseconds