Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h817 void BranchLink(const StubEntry &stub_entry,
819 void BranchLink(const Code &code, Patchability patchable);
1153 void BranchLink(const ExternalLabel *label);
Dassembler_arm.cc2588 void Assembler::BranchLink(const Code &target, Patchability patchable) { in BranchLink() function in dart::Assembler
2600 void Assembler::BranchLink(const StubEntry &stub_entry, in BranchLink() function in dart::Assembler
2603 BranchLink(code, patchable); in BranchLink()
2607 BranchLink(target, kPatchable); in BranchLinkPatchable()
2610 void Assembler::BranchLink(const ExternalLabel *label) { in BranchLink() function in dart::Assembler
3355 BranchLink(&StubCode::PrintStopMessage_entry()->label()); in Stop()