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

1 2

  /art/compiler/optimizing/
sharpening.cc 75 DCHECK(compiler_driver->GetCompilerOptions().IsBootImage());
120 AOTCanEmbedMethod(callee, codegen->GetCompilerOptions())) {
126 } else if (codegen->GetCompilerOptions().IsBootImage() &&
176 if (codegen->GetCompilerOptions().IsBootImage()) {
195 DCHECK(!codegen->GetCompilerOptions().GetCompilePic());
208 } else if (is_in_boot_image && !codegen->GetCompilerOptions().GetCompilePic()) {
253 if (codegen_->GetCompilerOptions().IsBootImage()) {
267 DCHECK(!codegen_->GetCompilerOptions().GetCompilePic());
283 !codegen_->GetCompilerOptions().GetCompilePic()) {
x86_memory_gen.cc 76 do_implicit_null_checks_(codegen->GetCompilerOptions().GetImplicitNullChecks()) {
builder.cc 46 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions();
optimizing_compiler.cc 154 visualizer_enabled_(!compiler_driver->GetCompilerOptions().GetDumpCfgFileName().empty()),
240 if (compiler_driver->GetCompilerOptions().HasVerboseMethods()) {
241 return compiler_driver->GetCompilerOptions().IsVerboseMethod(method_name);
418 const std::string cfg_file_name = driver->GetCompilerOptions().GetDumpCfgFileName();
421 driver->GetCompilerOptions().GetDumpCfgAppend() ? std::ofstream::app : std::ofstream::out;
606 const CompilerOptions& compiler_options = driver->GetCompilerOptions();
744 if (driver->GetCompilerOptions().GetPassesToRun() != nullptr) {
746 *driver->GetCompilerOptions().GetPassesToRun(),
    [all...]
intrinsics.cc 188 if (codegen->GetCompilerOptions().IsBootImage() ||
189 codegen->GetCompilerOptions().GetCompilePic()) {
code_generator.h 255 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; }
    [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_arm64.cc     [all...]
  /art/compiler/jit/
jit_compiler.cc 51 *generate_debug_info = jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo();
73 if (jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo()) {
94 for (const std::string& argument : Runtime::Current()->GetCompilerOptions()) {
108 for (const StringPiece option : Runtime::Current()->GetCompilerOptions()) {
jit_compiler.h 42 CompilerOptions* GetCompilerOptions() const {
  /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):
  /art/compiler/driver/
compiler_driver.cc 316 if (GetCompilerOptions().IsBootImage()) {
402 if (GetCompilerOptions().IsBootImage()) {
418 if (GetCompilerOptions().IsAnyCompilationEnabled()) {
433 DCHECK(driver.GetCompilerOptions().IsQuickeningCompilationEnabled());
449 if (driver.GetCompilerOptions().GetDebuggable()) {
533 if (!driver->GetCompilerOptions().IsJniCompilationEnabled() &&
626 bool compile_pic = driver->GetCompilerOptions().GetCompilePic(); // Off by default
732 bool force_determinism = GetCompilerOptions().IsForceDeterminism();
    [all...]
compiler_driver.h 133 const CompilerOptions& GetCompilerOptions() const {
  /art/dex2oat/
dex2oat_image_test.cc 169 std::vector<std::string> compiler_options = runtime->GetCompilerOptions();
dex2oat_test.cc 184 std::vector<std::string> compiler_options = runtime->GetCompilerOptions();
    [all...]
  /art/compiler/
oat_writer.cc 525 GetCompilerDriver()->GetCompilerOptions().GetCompilerFilter());
866 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) {
    [all...]
image_test.h 244 &driver->GetCompilerOptions(),
oat_test.cc 189 &compiler_driver_->GetCompilerOptions(),
    [all...]
  /art/runtime/
oat_file_assistant.cc 215 for (StringPiece option : Runtime::Current()->GetCompilerOptions()) {
815 std::vector<std::string> compiler_options = runtime->GetCompilerOptions();
    [all...]
runtime.h 166 const std::vector<std::string>& GetCompilerOptions() const {
  /art/compiler/jni/quick/
jni_compiler.cc 222 jni_asm->cfi().SetEnabled(driver->GetCompilerOptions().GenerateAnyDebugInfo());
    [all...]

Completed in 353 milliseconds

1 2