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

  /art/compiler/optimizing/
code_generator_mips.h 629 PcRelativePatchInfo* NewTypeBssEntryPatch(const DexFile& dex_file,
code_generator_mips64.h 585 PcRelativePatchInfo* NewTypeBssEntryPatch(const DexFile& dex_file,
code_generator_x86.h 421 Label* NewTypeBssEntryPatch(HLoadClass* load_class);
code_generator_x86_64.h 415 Label* NewTypeBssEntryPatch(HLoadClass* load_class);
code_generator_arm_vixl.h 579 PcRelativePatchInfo* NewTypeBssEntryPatch(const DexFile& dex_file, dex::TypeIndex type_index);
    [all...]
code_generator_mips64.cc 219 mips64_codegen->NewTypeBssEntryPatch(cls_->GetDexFile(), type_index, bss_info_high_);
242 mips64_codegen->NewTypeBssEntryPatch(cls_->GetDexFile(), type_index);
244 mips64_codegen->NewTypeBssEntryPatch(cls_->GetDexFile(), type_index, info_high);
    [all...]
code_generator_mips.cc 263 mips_codegen->NewTypeBssEntryPatch(cls_->GetDexFile(), type_index, bss_info_high_);
290 mips_codegen->NewTypeBssEntryPatch(cls_->GetDexFile(), type_index);
292 mips_codegen->NewTypeBssEntryPatch(cls_->GetDexFile(), type_index, info_high);
    [all...]
code_generator_arm_vixl.cc 522 arm_codegen->NewTypeBssEntryPatch(cls_->GetDexFile(), type_index);
    [all...]
code_generator_x86.cc 299 Label* fixup_label = x86_codegen->NewTypeBssEntryPatch(cls_);
    [all...]
code_generator_x86_64.cc 278 Label* fixup_label = x86_64_codegen->NewTypeBssEntryPatch(cls_);
    [all...]

Completed in 548 milliseconds