Searched refs:BranchLinkPatchable (Results 1 – 2 of 2) sorted by relevance
822 void BranchLinkPatchable(const StubEntry &stub_entry);823 void BranchLinkPatchable(const Code &code);
2606 void Assembler::BranchLinkPatchable(const Code &target) { in BranchLinkPatchable() function in dart::Assembler2615 void Assembler::BranchLinkPatchable(const StubEntry &stub_entry) { in BranchLinkPatchable() function in dart::Assembler2616 BranchLinkPatchable(Code::Handle(stub_entry.code())); in BranchLinkPatchable()