Searched refs:GetCompilePic (Results 1 – 7 of 7) sorted by relevance
91 if (!compiler_options.GetCompilePic()) { in SharpenInvokeStaticOrDirect()169 if (!compiler_options.GetCompilePic()) { in ComputeLoadClassKind()188 DCHECK(!compiler_options.GetCompilePic()); in ComputeLoadClassKind()329 if (compiler_options.GetCompilePic()) { in ProcessLoadString()358 DCHECK(!codegen->GetCompilerOptions().GetCompilePic()); in ProcessLoadString()
232 if (!codegen_->GetCompilerOptions().GetCompilePic()) { in HandleInvoke()
4518 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
1133 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
5137 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
9131 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
229 bool GetCompilePic() const { in GetCompilePic() function