Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h836 void BranchLinkPatchable(const StubEntry& stub_entry);
837 void BranchLinkPatchable(const Code& code);
Dassembler_arm.cc2776 void Assembler::BranchLinkPatchable(const Code& target) { in BranchLinkPatchable() function in dart::Assembler
2787 void Assembler::BranchLinkPatchable(const StubEntry& stub_entry) { in BranchLinkPatchable() function in dart::Assembler
2788 BranchLinkPatchable(Code::Handle(stub_entry.code())); in BranchLinkPatchable()