Home
last modified time | relevance | path

Searched refs:first_fixup_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc667 first_fixup_ = new_lir; in ReplaceFixup()
678 first_fixup_ = new_lir; in InsertFixupBefore()
891 lir = first_fixup_; in AssembleLIR()
1127 if (first_fixup_ == nullptr) { in LinkFixupInsns()
1128 first_fixup_ = lir; in LinkFixupInsns()
/art/compiler/dex/quick/arm/
Dassemble_arm.cc1059 first_fixup_ = new_lir; in ReplaceFixup()
1070 first_fixup_ = new_lir; in InsertFixupBefore()
1260 lir = first_fixup_; in AssembleLIR()
1662 if (first_fixup_ == nullptr) { in LinkFixupInsns()
1663 first_fixup_ = lir; in LinkFixupInsns()
/art/compiler/dex/quick/
Dcodegen_util.cc1035 first_fixup_(nullptr), in Mir2Lir()
Dmir_to_lir.h1780 LIR* first_fixup_; // Doubly-linked list of LIR nodes requiring fixups. variable