Searched refs:LiteralPool (Results 1 – 3 of 3) sorted by relevance
46 LiteralPool::LiteralPool(MacroAssembler* masm) in LiteralPool() function in vixl::LiteralPool52 LiteralPool::~LiteralPool() { in ~LiteralPool()58 void LiteralPool::Reset() { in Reset()71 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) { in CheckEmitFor()81 void LiteralPool::Emit(EmitOption option) { in Emit()114 RawLiteral* LiteralPool::AddEntry(RawLiteral* literal) { in AddEntry()
97 class LiteralPool : public Pool {99 explicit LiteralPool(MacroAssembler* masm);100 ~LiteralPool();139 inline size_t LiteralPool::Size() const { in Size()145 inline size_t LiteralPool::MaxSize() const { in MaxSize()151 inline ptrdiff_t LiteralPool::NextRecommendedCheckpoint() { in NextRecommendedCheckpoint()2903 void EmitLiteralPool(LiteralPool::EmitOption option) { in EmitLiteralPool()3060 LiteralPool literal_pool_;3067 friend class LiteralPool; variable3076 inline size_t LiteralPool::OtherPoolsMaxSize() const { in OtherPoolsMaxSize()[all …]
6703 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21535 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21579 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()