Searched refs:BranchLink (Results 1 – 3 of 3) sorted by relevance
831 void BranchLink(const StubEntry& stub_entry,833 void BranchLink(const Code& code, Patchability patchable);1232 void BranchLink(const ExternalLabel* label);
2756 void Assembler::BranchLink(const Code& target, Patchability patchable) { in BranchLink() function in dart::Assembler2769 void Assembler::BranchLink(const StubEntry& stub_entry, in BranchLink() function in dart::Assembler2772 BranchLink(code, patchable); in BranchLink()2777 BranchLink(target, kPatchable); in BranchLinkPatchable()2781 void Assembler::BranchLink(const ExternalLabel* label) { in BranchLink() function in dart::Assembler3595 BranchLink(&StubCode::PrintStopMessage_entry()->label()); in Stop()
471 class BranchLink<string instr_asm>:736 def BGEZAL : BranchLink<"bgezal">;738 def BLTZAL : BranchLink<"bltzal">;