Searched refs:stub_entry (Results 1 – 2 of 2) sorted by relevance
813 void Branch(const StubEntry &stub_entry,817 void BranchLink(const StubEntry &stub_entry,822 void BranchLinkPatchable(const StubEntry &stub_entry);
2578 void Assembler::Branch(const StubEntry &stub_entry, Patchability patchable, in Branch() argument2580 const Code &target_code = Code::Handle(stub_entry.code()); in Branch()2600 void Assembler::BranchLink(const StubEntry &stub_entry, in BranchLink() argument2602 const Code &code = Code::Handle(stub_entry.code()); in BranchLink()2615 void Assembler::BranchLinkPatchable(const StubEntry &stub_entry) { in BranchLinkPatchable() argument2616 BranchLinkPatchable(Code::Handle(stub_entry.code())); in BranchLinkPatchable()