Home
last modified time | relevance | path

Searched defs:bigint (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-bigint.cc48 Handle<BigInt> bigint; in BUILTIN() local
66 Handle<BigInt> bigint; in BUILTIN() local
/external/v8/src/interpreter/
Dconstant-array-builder.h119 explicit Entry(AstBigInt bigint) : bigint_(bigint), tag_(Tag::kBigInt) {} in Entry()
Dconstant-array-builder.cc238 size_t ConstantArrayBuilder::Insert(AstBigInt bigint) { in Insert()
Dbytecode-array-builder.cc604 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(AstBigInt bigint) { in LoadLiteral()
1465 size_t BytecodeArrayBuilder::GetConstantPoolEntry(AstBigInt bigint) { in GetConstantPoolEntry()
/external/v8/src/ast/
Dast-value-factory.h188 explicit AstBigInt(const char* bigint) : bigint_(bigint) {} in AstBigInt()
Dast.h1111 Literal(AstBigInt bigint, int position) in Literal()
2999 Literal* NewBigIntLiteral(AstBigInt bigint, int pos) { in NewBigIntLiteral()
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp306 BigInteger bigint = stringToBigInteger(part.c_str()); in encodeNumeric() local
/external/v8/src/ic/
Dbinary-op-assembler.cc22 call_add_stub(this), end(this), bigint(this, Label::kDeferred); in Generate_AddWithFeedback() local
/external/v8/src/
Dvalue-serializer.cc267 void ValueSerializer::WriteBigIntContents(BigInt* bigint) { in WriteBigIntContents()
437 void ValueSerializer::WriteBigInt(BigInt* bigint) { in WriteBigInt()
1532 Handle<BigInt> bigint; in ReadJSValue() local
Dcode-stub-assembler.cc3046 void CodeStubAssembler::StoreBigIntBitfield(TNode<BigInt> bigint, in StoreBigIntBitfield()
3052 void CodeStubAssembler::StoreBigIntDigit(TNode<BigInt> bigint, int digit_index, in StoreBigIntDigit()
3059 TNode<WordT> CodeStubAssembler::LoadBigIntBitfield(TNode<BigInt> bigint) { in LoadBigIntBitfield()
3064 TNode<UintPtrT> CodeStubAssembler::LoadBigIntDigit(TNode<BigInt> bigint, in LoadBigIntDigit()
Dapi.cc6838 i::Handle<i::Object> bigint = i::BigInt::FromInt64(i_isolate, value); in New() local
/external/v8/src/inspector/
Dv8-console-message.cc160 bool append(v8::Local<v8::BigInt> bigint) { in append()
Dinjected-script-source.js174 "bigint": true, property
/external/v8/src/objects/
Dbigint.cc59 static Handle<MutableBigInt> Cast(Handle<FreshlyAllocatedBigInt> bigint) { in Cast()
926 MaybeHandle<String> BigInt::ToString(Isolate* isolate, Handle<BigInt> bigint, in ToString()
1424 Handle<MutableBigInt> bigint = MutableBigInt::Cast(x); in InplaceMultiplyAdd() local
1842 Handle<MutableBigInt> bigint = MutableBigInt::Cast(x); in Finalize() local
/external/python/cpython2/Lib/
D_pyio.py1709 def _unpack_cookie(self, bigint): argument
/external/python/cpython3/Lib/
D_pyio.py2247 def _unpack_cookie(self, bigint): argument