Searched refs:GetLiteralPool (Results 1 – 5 of 5) sorted by relevance
38 Literal<int64_t> automatically_placed_literal(111, masm.GetLiteralPool()); in LiteralExample()
155 (literal->GetLiteralPool() != NULL) && !literal->IsUsed(); in LinkAndGetWordOffsetTo()172 literal->GetLiteralPool()->AddEntry(literal); in LinkAndGetWordOffsetTo()
242 LiteralPool* GetLiteralPool() const { return literal_pool_; } in GetLiteralPool() function
3463 LiteralPool* GetLiteralPool() { return &literal_pool_; } in GetLiteralPool() function
27110 Literal<int64_t> automatically_placed_literal(1, masm.GetLiteralPool()); in TEST()27141 Literal<int64_t> explicit_literal(2, masm.GetLiteralPool()); in TEST()27186 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()27232 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()