Searched refs:GetLiteralPool (Results 1 – 5 of 5) sorted by relevance
41 Literal<int64_t> automatically_placed_literal(111, masm.GetLiteralPool()); in LiteralExample()
12948 Literal<int64_t> automatically_placed_literal(1, masm.GetLiteralPool()); in TEST()12979 Literal<int64_t> explicit_literal(2, masm.GetLiteralPool()); in TEST()13024 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()13070 LiteralPool* literal_pool = masm.GetLiteralPool(); in TEST()
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
7690 LiteralPool* GetLiteralPool() { return &literal_pool_; } in GetLiteralPool() function