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

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc49 LiteralPool::LiteralPool(MacroAssembler* masm) function in class:vixl::aarch64::LiteralPool
56 LiteralPool::~LiteralPool() {
67 void LiteralPool::Reset() {
83 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) {
93 void LiteralPool::CheckEmitForBranch(size_t range) {
110 friend void LiteralPool::Emit(LiteralPool::EmitOption);
115 void LiteralPool
[all...]
H A Dmacro-assembler-aarch64.h106 class LiteralPool : public Pool { class in namespace:vixl::aarch64
108 explicit LiteralPool(MacroAssembler* masm);
109 ~LiteralPool();
162 inline size_t LiteralPool::GetSize() const {
168 inline size_t LiteralPool::GetMaxSize() const {
174 inline ptrdiff_t LiteralPool::GetNextRecommendedCheckpoint() {
2926 void EmitLiteralPool(LiteralPool::EmitOption option) {
3049 LiteralPool* GetLiteralPool() { return &literal_pool_; }
3211 LiteralPool literal_pool_;
3218 friend class LiteralPool;
[all...]
H A Dassembler-aarch64.h162 class LiteralPool;
188 LiteralPool* literal_pool,
242 LiteralPool* GetLiteralPool() const { return literal_pool_; }
283 LiteralPool* literal_pool_;
287 friend class LiteralPool;
295 LiteralPool* literal_pool = NULL,
304 LiteralPool* literal_pool = NULL,
H A Dassembler-aarch64.cc37 LiteralPool* literal_pool,
/external/vixl/test/
H A Dtest-code-generation-scopes.cc393 masm.EmitLiteralPool(aarch64::LiteralPool::kBranchRequired);
464 masm.EmitLiteralPool(aarch64::LiteralPool::kBranchRequired);
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc7276 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22772 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22816 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22873 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22878 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22883 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22910 LiteralPool* literal_pool = masm.GetLiteralPool();
22927 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22956 LiteralPool* literal_pool = masm.GetLiteralPool();
22977 masm.EmitLiteralPool(LiteralPool
[all...]

Completed in 786 milliseconds