Searched refs:BranchLink (Results 1 – 2 of 2) sorted by relevance
817 void BranchLink(const StubEntry &stub_entry,819 void BranchLink(const Code &code, Patchability patchable);1153 void BranchLink(const ExternalLabel *label);
2588 void Assembler::BranchLink(const Code &target, Patchability patchable) { in BranchLink() function in dart::Assembler2600 void Assembler::BranchLink(const StubEntry &stub_entry, in BranchLink() function in dart::Assembler2603 BranchLink(code, patchable); in BranchLink()2607 BranchLink(target, kPatchable); in BranchLinkPatchable()2610 void Assembler::BranchLink(const ExternalLabel *label) { in BranchLink() function in dart::Assembler3355 BranchLink(&StubCode::PrintStopMessage_entry()->label()); in Stop()