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.h822 void BranchLinkPatchable(const StubEntry &stub_entry);
823 void BranchLinkPatchable(const Code &code);
Dassembler_arm.cc2606 void Assembler::BranchLinkPatchable(const Code &target) { in BranchLinkPatchable() function in dart::Assembler
2615 void Assembler::BranchLinkPatchable(const StubEntry &stub_entry) { in BranchLinkPatchable() function in dart::Assembler
2616 BranchLinkPatchable(Code::Handle(stub_entry.code())); in BranchLinkPatchable()