Searched refs:stub_entry (Results 1 – 3 of 3) sorted by relevance
141 JSEntryFunction stub_entry = in Invoke() local155 value = stub_entry.Call(orig_func, func, recv, argc, argv); in Invoke()
826 void Branch(const StubEntry& stub_entry,831 void BranchLink(const StubEntry& stub_entry,836 void BranchLinkPatchable(const StubEntry& stub_entry);
2743 void Assembler::Branch(const StubEntry& stub_entry, in Branch() argument2747 const Code& target_code = Code::Handle(stub_entry.code()); in Branch()2769 void Assembler::BranchLink(const StubEntry& stub_entry, in BranchLink() argument2771 const Code& code = Code::Handle(stub_entry.code()); in BranchLink()2787 void Assembler::BranchLinkPatchable(const StubEntry& stub_entry) { in BranchLinkPatchable() argument2788 BranchLinkPatchable(Code::Handle(stub_entry.code())); in BranchLinkPatchable()