Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h813 void Branch(const StubEntry &stub_entry,
817 void BranchLink(const StubEntry &stub_entry,
822 void BranchLinkPatchable(const StubEntry &stub_entry);
Dassembler_arm.cc2578 void Assembler::Branch(const StubEntry &stub_entry, Patchability patchable, in Branch() argument
2580 const Code &target_code = Code::Handle(stub_entry.code()); in Branch()
2600 void Assembler::BranchLink(const StubEntry &stub_entry, in BranchLink() argument
2602 const Code &code = Code::Handle(stub_entry.code()); in BranchLink()
2615 void Assembler::BranchLinkPatchable(const StubEntry &stub_entry) { in BranchLinkPatchable() argument
2616 BranchLinkPatchable(Code::Handle(stub_entry.code())); in BranchLinkPatchable()