Home | History | Annotate | Download | only in quick

Lines Matching refs:inliner

1541     auto* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(dex_file);
1542 if (inliner->GenIntrinsic(this, info)) {
1565 DexFileMethodInliner* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(
1567 if (inliner->IsStringInitMethodIndex(target_method.dex_method_index)) {
1570 info->string_init_offset = inliner->GetOffsetForStringInit(target_method.dex_method_index,