Home | History | Annotate | Download | only in llvm

Lines Matching refs:opt_flags

371                                       int opt_flags);
376 int opt_flags);
1550 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
1552 EmitGuard_NullPointerException(dex_pc, array_addr, opt_flags);
1554 opt_flags);
1570 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
1572 EmitGuard_NullPointerException(dex_pc, array_addr, opt_flags);
1574 opt_flags);
1600 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
1602 EmitGuard_NullPointerException(dex_pc, object_addr, opt_flags);
1664 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
1666 EmitGuard_NullPointerException(dex_pc, object_addr, opt_flags);
2126 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
2128 EmitGuard_NullPointerException(dex_pc, object_addr, opt_flags);
2140 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
2142 EmitGuard_NullPointerException(dex_pc, object_addr, opt_flags);
2315 int opt_flags = LV2UInt(call_inst.getArgOperand(2));
2317 EmitGuard_NullPointerException(dex_pc, this_addr, opt_flags);
2332 int opt_flags = LV2UInt(call_inst.getArgOperand(0));
2334 EmitGuard_NullPointerException(dex_pc, array_addr, opt_flags);
2580 int opt_flags) {
2581 bool ignore_null_check = ((opt_flags & MIR_IGNORE_NULL_CHECK) != 0);
2623 int opt_flags) {
2624 bool ignore_range_check = ((opt_flags & MIR_IGNORE_RANGE_CHECK) != 0);