HomeSort by relevance Sort by last modified time
    Searched refs:GetCompilerOptions (Results 1 - 25 of 44) sorted by null

1 2

  /art/compiler/jit/
jit_compiler.h 43 const CompilerOptions& GetCompilerOptions() const {
jit_compiler.cc 51 if (!compiler_options_->ParseCompilerOptions(runtime->GetCompilerOptions(),
74 for (const std::string& option : runtime->GetCompilerOptions()) {
143 const CompilerOptions& compiler_options = jit_compiler->GetCompilerOptions();
168 return jit_compiler->GetCompilerOptions().GetGenerateDebugInfo();
  /art/compiler/optimizing/
x86_memory_gen.cc 76 do_implicit_null_checks_(codegen->GetCompilerOptions().GetImplicitNullChecks()) {
sharpening.cc 84 const CompilerOptions& compiler_options = codegen->GetCompilerOptions();
154 const CompilerOptions& compiler_options = codegen->GetCompilerOptions();
221 } else if (codegen->GetCompilerOptions().IsBootImage()) {
223 if (!codegen->GetCompilerOptions().IsImageClass(descriptor)) {
239 codegen->GetCompilerOptions().IsBootImage() &&
240 codegen->GetCompilerOptions().IsForceDeterminism()) {
301 const CompilerOptions& compiler_options = codegen->GetCompilerOptions();
331 DCHECK(!codegen->GetCompilerOptions().GetCompilePic());
optimizing_compiler.cc 293 InstructionSetPointerSize(GetCompilerOptions().GetInstructionSet())));
464 switch (codegen->GetCompilerOptions().GetInstructionSet()) {
506 switch (codegen->GetCompilerOptions().GetInstructionSet()) {
617 PrepareForRegisterAllocation(graph, codegen->GetCompilerOptions(), stats).Run();
646 const std::vector<std::string>* pass_names = GetCompilerOptions().GetPassesToRun();
787 const CompilerOptions& compiler_options = GetCompilerOptions();
    [all...]
builder.cc 80 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions();
optimization.cc 231 graph, &codegen->GetCompilerOptions(), most_recent_induction, stats, pass_name);
286 graph, codegen->GetCompilerOptions().GetInstructionSet(), codegen, pass_name);
pc_relative_fixups_x86.cc 232 if (!codegen_->GetCompilerOptions().GetCompilePic()) {
inliner.cc 130 if (codegen_->GetCompilerOptions().GetInlineMaxCodeUnits() == 0) {
159 const bool honor_noinline_directives = codegen_->GetCompilerOptions().CompilingWithCoreImage();
526 } else if (!cha_devirtualize && AlwaysThrows(codegen_->GetCompilerOptions(), actual_method)) {
690 const ProfileCompilationInfo* pci = codegen_->GetCompilerOptions().GetProfileCompilationInfo();
743 for (const DexFile* dex_file : codegen_->GetCompilerOptions().GetDexFilesForOatFile()) {
    [all...]
codegen_test_utils.h 291 PrepareForRegisterAllocation(graph, codegen->GetCompilerOptions()).Run();
intrinsics.h 249 !codegen_->GetCompilerOptions().IsBaseline()) { \
code_generator_arm64.cc     [all...]
intrinsics.cc 154 const CompilerOptions& compiler_options = codegen->GetCompilerOptions();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
winmakemakefile.py 113 extra = moddefn.GetCompilerOptions()
checkextensions_win32.py 49 def GetCompilerOptions(self):
  /external/python/cpython2/Tools/freeze/
winmakemakefile.py 113 extra = moddefn.GetCompilerOptions()
checkextensions_win32.py 49 def GetCompilerOptions(self):
  /external/python/cpython3/Tools/freeze/
winmakemakefile.py 113 extra = moddefn.GetCompilerOptions()
checkextensions_win32.py 49 def GetCompilerOptions(self):
  /art/dex2oat/driver/
compiler_driver.cc 286 if (Is64BitInstructionSet(GetCompilerOptions().GetInstructionSet())) { \
287 return CreateTrampoline64(GetCompilerOptions().GetInstructionSet(), \
291 return CreateTrampoline32(GetCompilerOptions().GetInstructionSet(), \
328 if (GetCompilerOptions().IsBootImage()) {
337 if (GetCompilerOptions().IsAnyCompilationEnabled()) {
340 if (GetCompilerOptions().GetDumpStats()) {
356 DCHECK(driver.GetCompilerOptions().IsQuickeningCompilationEnabled());
373 if (driver.GetCompilerOptions().GetDebuggable()) {
494 const VerificationResults* results = driver->GetCompilerOptions().GetVerificationResults();
557 if (!driver->GetCompilerOptions().IsJniCompilationEnabled() &
    [all...]
compiler_driver.h 115 const CompilerOptions& GetCompilerOptions() const {
  /art/compiler/
compiler.h 108 const CompilerOptions& GetCompilerOptions() const {
  /art/dex2oat/linker/
oat_writer.cc 656 return GetCompilerOptions().IsAnyCompilationEnabled();
729 if (GetCompilerOptions().IsBootImage()) {
    [all...]
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 531 driver_->GetCompilerOptions().GetVerifiedMethod(&dex_file, method_idx),
611 InstructionSet instruction_set = driver_->GetCompilerOptions().GetInstructionSet();
  /art/dex2oat/
dex2oat_image_test.cc 177 std::vector<std::string> compiler_options = runtime->GetCompilerOptions();

Completed in 147 milliseconds

1 2