Home
last modified time | relevance | path

Searched refs:stub_entry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dexecution.cc141 JSEntryFunction stub_entry = in Invoke() local
155 value = stub_entry.Call(orig_func, func, recv, argc, argv); in Invoke()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h826 void Branch(const StubEntry& stub_entry,
831 void BranchLink(const StubEntry& stub_entry,
836 void BranchLinkPatchable(const StubEntry& stub_entry);
Dassembler_arm.cc2743 void Assembler::Branch(const StubEntry& stub_entry, in Branch() argument
2747 const Code& target_code = Code::Handle(stub_entry.code()); in Branch()
2769 void Assembler::BranchLink(const StubEntry& stub_entry, in BranchLink() argument
2771 const Code& code = Code::Handle(stub_entry.code()); in BranchLink()
2787 void Assembler::BranchLinkPatchable(const StubEntry& stub_entry) { in BranchLinkPatchable() argument
2788 BranchLinkPatchable(Code::Handle(stub_entry.code())); in BranchLinkPatchable()