Searched defs:VeneerPool (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h179 class VeneerPool : public Pool { class in namespace:vixl::aarch64
181 explicit VeneerPool(MacroAssembler* masm) : Pool(masm) {} function in class:vixl::aarch64::VeneerPool
424 friend class VeneerPool;
437 VeneerPool::BranchInfo* Current() {
3212 VeneerPool veneer_pool_;
3222 inline size_t VeneerPool::GetOtherPoolsMaxSize() const {
3475 // VeneerPool out of the aarch64 namespace in order to share its implementation
3478 inline ptrdiff_t InvalSet<aarch64::VeneerPool::BranchInfo,
3479 aarch64::VeneerPool::kNPreallocatedInfos,
3481 aarch64::VeneerPool
[all...]

Completed in 72 milliseconds