Home
last modified time | relevance | path

Searched refs:GetLiteralPool (Results 1 – 5 of 5) sorted by relevance

/external/vixl/examples/
Dliteral.cc39 Literal<int64_t> automatically_placed_literal(111, masm.GetLiteralPool()); in LiteralExample()
/external/vixl/src/vixl/a64/
Dassembler-a64.cc622 (literal->GetLiteralPool() != NULL) && !literal->IsUsed(); in LinkAndGetWordOffsetTo()
638 literal->GetLiteralPool()->AddEntry(literal); in LinkAndGetWordOffsetTo()
Dmacro-assembler-a64.h3062 LiteralPool* GetLiteralPool() { in GetLiteralPool() function
Dassembler-a64.h954 LiteralPool* GetLiteralPool() const { in GetLiteralPool() function
/external/vixl/test/
Dtest-assembler-a64.cc21846 Literal<int64_t> automatically_placed_literal(1, masm.GetLiteralPool()); in TEST()
21880 Literal<int64_t> explicit_literal(2, masm.GetLiteralPool()); in TEST()
21925 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()
21971 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()