Searched refs:smi (Results 1 – 3 of 3) sorted by relevance
101 private SpecialMethodInterface smi; field in InfiniteWhileLoopWithSpecialReturnArgOrConst102 public InfiniteWhileLoopWithSpecialReturnArgOrConst(SpecialMethodInterface smi) { in InfiniteWhileLoopWithSpecialReturnArgOrConst() argument103 this.smi = smi; in InfiniteWhileLoopWithSpecialReturnArgOrConst()108 i += smi.ReturnArgOrConst(i); in run()114 private SpecialMethodInterface smi; field in InfiniteWhileLoopWithSpecialPutOrNop115 public InfiniteWhileLoopWithSpecialPutOrNop(SpecialMethodInterface smi) { in InfiniteWhileLoopWithSpecialPutOrNop() argument116 this.smi = smi; in InfiniteWhileLoopWithSpecialPutOrNop()121 smi.PutOrNop(i); in run()128 private SpecialMethodInterface smi; field in InfiniteWhileLoopWithSpecialConstOrIGet129 public InfiniteWhileLoopWithSpecialConstOrIGet(SpecialMethodInterface smi) { in InfiniteWhileLoopWithSpecialConstOrIGet() argument[all …]
1464 if (temp_.smi.processed_indexes->IsBitSet(method_index)) { in ComputeInlineIFieldLoweringInfo()1465 iget_or_iput->meta.ifield_lowering_info = temp_.smi.lowering_infos[method_index]; in ComputeInlineIFieldLoweringInfo()1483 temp_.smi.processed_indexes->SetBit(method_index); in ComputeInlineIFieldLoweringInfo()1484 temp_.smi.lowering_infos[method_index] = field_info_index; in ComputeInlineIFieldLoweringInfo()1506 temp_.smi.num_indexes = method_lowering_infos_.size(); in InlineSpecialMethodsStart()1507 temp_.smi.processed_indexes = new (temp_scoped_alloc_.get()) ArenaBitVector( in InlineSpecialMethodsStart()1508 temp_scoped_alloc_.get(), temp_.smi.num_indexes, false, kBitMapMisc); in InlineSpecialMethodsStart()1509 temp_.smi.processed_indexes->ClearAllBits(); in InlineSpecialMethodsStart()1510 temp_.smi.lowering_infos = in InlineSpecialMethodsStart()1511 temp_scoped_alloc_->AllocArray<uint16_t>(temp_.smi.num_indexes, kArenaAllocGrowableArray); in InlineSpecialMethodsStart()[all …]
1414 } smi; member