OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_insn
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc
541
Instruction*
last_insn
= block->instructions.back();
local
542
if (BPF_CLASS(
last_insn
->code) == BPF_JMP) {
543
ComputeIncomingBranches(targets_to_blocks.find(
last_insn
->jt_ptr)->second,
546
if (BPF_OP(
last_insn
->code) != BPF_JA) {
548
targets_to_blocks.find(
last_insn
->jf_ptr)->second,
552
} else if (BPF_CLASS(
last_insn
->code) != BPF_RET) {
553
ComputeIncomingBranches(targets_to_blocks.find(
last_insn
->next)->second,
584
Instruction*
last_insn
= first_block->instructions.back();
local
585
if (BPF_CLASS(
last_insn
->code) == BPF_JMP) {
589
if (BPF_OP(
last_insn
->code) != BPF_JA)
[
all
...]
/art/compiler/dex/
mir_optimization.cc
638
MIR*
last_insn
= pred_bb->last_mir_insn;
local
639
Instruction::Code last_opcode =
last_insn
->dalvikInsn.opcode;
644
temp_ssa_register_v_->SetBit(
last_insn
->ssa_rep->uses[0]);
650
temp_ssa_register_v_->SetBit(
last_insn
->ssa_rep->uses[0]);
[
all
...]
Completed in 233 milliseconds