Home
last modified time | relevance | path

Searched refs:LiteralPool (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc49 LiteralPool::LiteralPool(MacroAssembler* masm) in LiteralPool() function in vixl::aarch64::LiteralPool
56 LiteralPool::~LiteralPool() { in ~LiteralPool()
67 void LiteralPool::Reset() { in Reset()
83 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) { in CheckEmitFor()
93 void LiteralPool::CheckEmitForBranch(size_t range) { in CheckEmitForBranch()
110 friend void LiteralPool::Emit(LiteralPool::EmitOption);
115 void LiteralPool::Emit(EmitOption option) { in Emit()
164 void LiteralPool::AddEntry(RawLiteral* literal) { in AddEntry()
177 void LiteralPool::UpdateFirstUse(ptrdiff_t use_position) { in UpdateFirstUse()
Dmacro-assembler-aarch64.h109 class LiteralPool : public Pool {
111 explicit LiteralPool(MacroAssembler* masm);
112 ~LiteralPool();
165 inline size_t LiteralPool::GetSize() const { in GetSize()
171 inline size_t LiteralPool::GetMaxSize() const { in GetMaxSize()
177 inline ptrdiff_t LiteralPool::GetNextRecommendedCheckpoint() { in GetNextRecommendedCheckpoint()
3332 void EmitLiteralPool(LiteralPool::EmitOption option) { in EmitLiteralPool()
3463 LiteralPool* GetLiteralPool() { return &literal_pool_; } in GetLiteralPool()
3628 LiteralPool literal_pool_;
3635 friend class LiteralPool; variable
[all …]
Dassembler-aarch64.h162 class LiteralPool; variable
188 LiteralPool* literal_pool,
242 LiteralPool* GetLiteralPool() const { return literal_pool_; } in GetLiteralPool()
283 LiteralPool* literal_pool_;
287 friend class LiteralPool; variable
295 LiteralPool* literal_pool = NULL,
304 LiteralPool* literal_pool = NULL,
Dassembler-aarch64.cc37 LiteralPool* literal_pool, in RawLiteral()
/external/vixl/test/
Dtest-code-generation-scopes.cc393 masm.EmitLiteralPool(aarch64::LiteralPool::kBranchRequired); in TEST()
464 masm.EmitLiteralPool(aarch64::LiteralPool::kBranchRequired); in TEST()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc7863 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
27048 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
27092 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
27149 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
27154 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
27159 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
27186 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()
27203 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
27232 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()
27253 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()