Home | History | Annotate | Download | only in llvm

Lines Matching full:opt_flags

374                                       int opt_flags);
379 int opt_flags);
1574 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
1576 EmitGuard_NullPointerException(dex_pc, array_addr, opt_flags);
1578 opt_flags);
1594 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
1596 EmitGuard_NullPointerException(dex_pc, array_addr, opt_flags);
1598 opt_flags);
1624 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
1626 EmitGuard_NullPointerException(dex_pc, object_addr, opt_flags);
1688 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
1690 EmitGuard_NullPointerException(dex_pc, object_addr, opt_flags);
2135 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
2137 EmitGuard_NullPointerException(dex_pc, object_addr, opt_flags);
2149 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
2151 EmitGuard_NullPointerException(dex_pc, object_addr, opt_flags);
2324 int opt_flags = LV2UInt(call_inst.getArgOperand(2));
2326 EmitGuard_NullPointerException(dex_pc, this_addr, opt_flags);
2341 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
2343 EmitGuard_NullPointerException(dex_pc, array_addr, opt_flags);
2589 int opt_flags) {
2590 bool ignore_null_check = ((opt_flags & MIR_IGNORE_NULL_CHECK) != 0);
2632 int opt_flags) {
2633 bool ignore_range_check = ((opt_flags & MIR_IGNORE_RANGE_CHECK) != 0);