Searched refs:AstBigInt (Results 1 – 7 of 7) sorted by relevance
69 size_t Insert(AstBigInt bigint);119 explicit Entry(AstBigInt bigint) : bigint_(bigint), tag_(Tag::kBigInt) {} in Entry()162 AstBigInt bigint_;
77 BytecodeArrayBuilder& LoadLiteral(AstBigInt bigint);463 size_t GetConstantPoolEntry(AstBigInt bigint);
238 size_t ConstantArrayBuilder::Insert(AstBigInt bigint) { in Insert()
604 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(AstBigInt bigint) { in LoadLiteral()1465 size_t BytecodeArrayBuilder::GetConstantPoolEntry(AstBigInt bigint) { in GetConstantPoolEntry()
183 class AstBigInt {188 explicit AstBigInt(const char* bigint) : bigint_(bigint) {} in AstBigInt() function
1067 AstBigInt AsBigInt() const { in AsBigInt()1111 Literal(AstBigInt bigint, int position) in Literal()1141 AstBigInt bigint_;2999 Literal* NewBigIntLiteral(AstBigInt bigint, int pos) { in NewBigIntLiteral()
346 AstBigInt(scanner()->CurrentLiteralAsCString(zone())), pos); in ExpressionFromLiteral()