Searched refs:GetCompilePic (Results 1 – 8 of 8) sorted by relevance
100 if (!compiler_options.GetCompilePic()) { in SharpenLoadMethod()232 if (!compiler_options.GetCompilePic()) { in ComputeLoadClassKind()253 DCHECK(!compiler_options.GetCompilePic()); in ComputeLoadClassKind()407 if (compiler_options.GetCompilePic()) { in ProcessLoadString()436 DCHECK(!codegen->GetCompilerOptions().GetCompilePic()); in ProcessLoadString()
244 if (!codegen_->GetCompilerOptions().GetCompilePic()) { in HandleInvoke()
5299 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
6767 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
1386 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
5791 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
9815 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
238 bool GetCompilePic() const { in GetCompilePic() function