HomeSort by relevance Sort by last modified time
    Searched refs:IsBootImage (Results 1 - 22 of 22) sorted by null

  /art/runtime/
intern_table-inl.h 84 (visit_boot_images && table.IsBootImage()) ||
85 (visit_non_boot_images && !table.IsBootImage());
105 (visit_boot_images && table.IsBootImage()) ||
106 (visit_non_boot_images && !table.IsBootImage());
compiler_callbacks.h 66 bool IsBootImage() {
intern_table.h 226 bool IsBootImage() const {
runtime.cc 739 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) {
    [all...]
class_linker.cc     [all...]
  /art/compiler/optimizing/
sharpening.cc 51 DCHECK(compiler_options.IsBootImage());
89 } else if (compiler_options.IsBootImage()) {
155 if (compiler_options.IsBootImage()) {
221 } else if (codegen->GetCompilerOptions().IsBootImage()) {
239 codegen->GetCompilerOptions().IsBootImage() &&
302 if (compiler_options.IsBootImage()) {
intrinsics.cc 155 if (compiler_options.IsBootImage()) {
296 if (compiler_options.IsBootImage()) {
optimizing_compiler.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
instruction_builder.cc     [all...]
intrinsics_x86.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/driver/
compiler_options.h 213 bool IsBootImage() const {
  /art/dex2oat/driver/
compiler_driver.cc 328 if (GetCompilerOptions().IsBootImage()) {
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 729 if (GetCompilerOptions().IsBootImage()) {
    [all...]
image_writer.cc 160 if (compiler_options_.IsBootImage()) {
181 if (compiler_options_.IsBootImage()) {
198 if (compiler_options_.IsBootImage()) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 1064 milliseconds