Searched refs:LiteralPool (Results 1 – 5 of 5) sorted by relevance
48 LiteralPool::LiteralPool(MacroAssembler* masm) in LiteralPool() function in vixl::LiteralPool54 LiteralPool::~LiteralPool() { in ~LiteralPool()65 void LiteralPool::Reset() { in Reset()81 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) { in CheckEmitFor()91 void LiteralPool::Emit(EmitOption option) { in Emit()122 void LiteralPool::AddEntry(RawLiteral* literal) { in AddEntry()135 void LiteralPool::UpdateFirstUse(ptrdiff_t use_position) { in UpdateFirstUse()
99 class LiteralPool : public Pool {101 explicit LiteralPool(MacroAssembler* masm);102 ~LiteralPool();141 inline size_t LiteralPool::Size() const { in Size()147 inline size_t LiteralPool::MaxSize() const { in MaxSize()153 inline ptrdiff_t LiteralPool::NextRecommendedCheckpoint() { in NextRecommendedCheckpoint()2965 void EmitLiteralPool(LiteralPool::EmitOption option) { in EmitLiteralPool()3062 LiteralPool* GetLiteralPool() { in GetLiteralPool()3129 LiteralPool literal_pool_;3136 friend class LiteralPool; variable[all …]
891 class LiteralPool; variable917 LiteralPool* literal_pool,954 LiteralPool* GetLiteralPool() const { in GetLiteralPool()987 LiteralPool* literal_pool_;991 friend class LiteralPool; variable999 LiteralPool* literal_pool = NULL,1007 LiteralPool* literal_pool = NULL,
475 LiteralPool* literal_pool, in RawLiteral()
6706 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21784 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21828 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21888 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21893 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21898 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21925 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()21942 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()21971 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()21992 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()