HomeSort by relevance Sort by last modified time
    Searched defs:opt_flags (Results 1 - 6 of 6) sorted by null

  /art/compiler/dex/quick/
mir_to_lir.cc 34 int opt_flags = mir->optimization_flags; local
90 GenSuspendTest(opt_flags);
97 GenSuspendTest(opt_flags);
104 GenSuspendTest(opt_flags);
110 if (opt_flags & MIR_INLINED)
117 if (opt_flags & MIR_INLINED)
179 GenMonitorEnter(opt_flags, rl_src[0]);
183 GenMonitorExit(opt_flags, rl_src[0]);
206 GenNullCheck(rl_src[0].s_reg_low, rl_src[0].low_reg, opt_flags);
243 GenSuspendTestAndBranch(opt_flags, &label_list[bb->taken->id])
    [all...]
  /external/tcpdump/
print-domain.c 359 register u_int i, class, opt_flags = 0; local
392 /* if T_OPT, save opt_flags */
394 opt_flags = EXTRACT_16BITS(cp);
513 if (opt_flags & 0x8000)
  /art/compiler/dex/portable/
mir_to_gbc.cc 268 void MirConverter::ConvertMonitorEnterExit(int opt_flags,
272 args.push_back(irb_->getInt32(opt_flags));
278 void MirConverter::ConvertArrayLength(int opt_flags,
281 args.push_back(irb_->getInt32(opt_flags));
459 args.push_back(irb_->getInt32(info->opt_flags));
537 void MirConverter::ConvertAget(int opt_flags,
541 args.push_back(irb_->getInt32(opt_flags));
549 void MirConverter::ConvertAput(int opt_flags,
553 args.push_back(irb_->getInt32(opt_flags));
561 void MirConverter::ConvertIget(int opt_flags,
695 int opt_flags = mir->optimization_flags; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 66 unsigned long opt_flags; /* storage for optimizer flags */ member in struct:yasm_section
408 return sect->opt_flags;
412 yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags)
414 sect->opt_flags = opt_flags;
    [all...]
  /art/compiler/dex/
mir_graph.h 328 int opt_flags; member in struct:art::CallInfo
  /art/compiler/llvm/
gbc_expander.cc 374 int opt_flags);
379 int opt_flags);
1574 int opt_flags = LV2UInt(call_inst.getArgOperand(0)); local
1594 int opt_flags = LV2UInt(call_inst.getArgOperand(0)); local
1624 int opt_flags = LV2UInt(call_inst.getArgOperand(0)); local
1688 int opt_flags = LV2UInt(call_inst.getArgOperand(0)); local
2135 int opt_flags = LV2UInt(call_inst.getArgOperand(0)); local
2149 int opt_flags = LV2UInt(call_inst.getArgOperand(0)); local
2324 int opt_flags = LV2UInt(call_inst.getArgOperand(2)); local
2341 int opt_flags = LV2UInt(call_inst.getArgOperand(0)); local
    [all...]

Completed in 931 milliseconds