Searched refs:BranchLinkPatchable (Results 1 – 2 of 2) sorted by relevance
836 void BranchLinkPatchable(const StubEntry& stub_entry);837 void BranchLinkPatchable(const Code& code);
2776 void Assembler::BranchLinkPatchable(const Code& target) { in BranchLinkPatchable() function in dart::Assembler2787 void Assembler::BranchLinkPatchable(const StubEntry& stub_entry) { in BranchLinkPatchable() function in dart::Assembler2788 BranchLinkPatchable(Code::Handle(stub_entry.code())); in BranchLinkPatchable()