Home
last modified time | relevance | path

Searched refs:bigint_processor (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h118 bigint::Processor* bigint_processor() { in bigint_processor() function
Disolate.h1273 bigint::Processor* bigint_processor() { return bigint_processor_; } in bigint_processor() function
/third_party/node/deps/v8/src/objects/
Dbigint.cc457 bigint::Status status = isolate->bigint_processor()->Multiply( in Multiply()
491 bigint::Status status = isolate->bigint_processor()->Divide( in Divide()
519 bigint::Status status = isolate->bigint_processor()->Modulo( in Remainder()
985 bigint::Status status = isolate->bigint_processor()->ToString( in ToString()
1318 isolate->bigint_processor()->FromString(GetRWDigits(result), accumulator); in Allocate()
/third_party/node/deps/v8/src/numbers/
Dconversions.cc1043 return helper.DecimalString(isolate->bigint_processor()); in BigIntLiteralToDecimal()