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

  /art/compiler/optimizing/
pc_relative_fixups_mips.cc 78 case HLoadClass::LoadKind::kBssEntry:
93 case HLoadString::LoadKind::kBssEntry:
sharpening.cc 132 method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kBssEntry;
189 desired_load_kind = HLoadClass::LoadKind::kBssEntry;
213 desired_load_kind = HLoadClass::LoadKind::kBssEntry;
226 (load_kind == HLoadClass::LoadKind::kBssEntry)) {
286 desired_load_kind = HLoadString::LoadKind::kBssEntry;
pc_relative_fixups_x86.cc 86 load_kind == HLoadClass::LoadKind::kBssEntry) {
95 load_kind == HLoadString::LoadKind::kBssEntry) {
code_generator_mips.cc 229 (cls_ == instruction_) && (cls_->GetLoadKind() == HLoadClass::LoadKind::kBssEntry);
233 // For HLoadClass/kBssEntry/kSaveEverything, make sure we preserve the address of the entry.
258 // For HLoadClass/kBssEntry, store the resolved class to the BSS entry.
283 // For HLoadClass/kBssEntry, store the resolved class to the BSS entry.
313 // Pointer to the high half PC-relative patch info for HLoadClass/kBssEntry.
327 DCHECK_EQ(instruction_->AsLoadString()->GetLoadKind(), HLoadString::LoadKind::kBssEntry);
339 // For HLoadString/kBssEntry/kSaveEverything, make sure we preserve the address of the entry.
    [all...]
code_generator_mips64.cc 185 (cls_ == instruction_) && (cls_->GetLoadKind() == HLoadClass::LoadKind::kBssEntry);
189 // For HLoadClass/kBssEntry/kSaveEverything, make sure we preserve the address of the entry.
214 // For HLoadClass/kBssEntry, store the resolved class to the BSS entry.
237 // For HLoadClass/kBssEntry, store the resolved class to the BSS entry.
263 // Pointer to the high half PC-relative patch info for HLoadClass/kBssEntry.
277 DCHECK_EQ(instruction_->AsLoadString()->GetLoadKind(), HLoadString::LoadKind::kBssEntry);
289 // For HLoadString/kBssEntry/kSaveEverything, make sure we preserve the address of the entry.
    [all...]
nodes.h     [all...]
code_generator_arm64.cc 100 // LoadClass/kBssEntry and LoadString/kBssEntry for Baker read barrier require
327 // For HLoadClass/kBssEntry/kSaveEverything, the page address of the entry is in a temp
331 (cls_ == instruction_) && (cls_->GetLoadKind() == HLoadClass::LoadKind::kBssEntry);
360 // For HLoadClass/kBssEntry, store the resolved Class to the BSS entry.
395 // For HLoadClass/kBssEntry, the temp register and the label of the ADRP where it was loaded.
    [all...]
code_generator.h 533 case HLoadString::LoadKind::kBssEntry:
    [all...]
code_generator_arm_vixl.cc 484 // For HLoadClass/kBssEntry/kSaveEverything, make sure we preserve the address of the entry.
487 (cls_ == instruction_) && (cls_->GetLoadKind() == HLoadClass::LoadKind::kBssEntry);
511 // For HLoadClass/kBssEntry, store the resolved Class to the BSS entry.
558 DCHECK_EQ(instruction_->AsLoadString()->GetLoadKind(), HLoadString::LoadKind::kBssEntry);
    [all...]
code_generator_x86.cc 292 // For HLoadClass/kBssEntry, store the resolved Class to the BSS entry.
294 if (cls_ == instruction_ && cls_->GetLoadKind() == HLoadClass::LoadKind::kBssEntry) {
    [all...]
code_generator_x86_64.cc 272 // For HLoadClass/kBssEntry, store the resolved Class to the BSS entry.
274 if (cls_ == instruction_ && cls_->GetLoadKind() == HLoadClass::LoadKind::kBssEntry) {
    [all...]
nodes.cc     [all...]

Completed in 93 milliseconds