Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dbigint.cc87 MutableBigInt* result_storage = nullptr);
98 MutableBigInt* result_storage, ExtraDigitsHandling extra_digits,
102 MutableBigInt* result_storage = nullptr);
105 MutableBigInt* result_storage = nullptr);
108 MutableBigInt* result_storage = nullptr);
111 MutableBigInt* result_storage = nullptr);
1169 MutableBigInt* result_storage) { in AbsoluteAddOne() argument
1181 Handle<MutableBigInt> result(result_storage, isolate); in AbsoluteAddOne()
1182 if (result_storage == nullptr) { in AbsoluteAddOne()
1257 MutableBigInt* result_storage, ExtraDigitsHandling extra_digits, in AbsoluteBitwiseOp() argument
[all …]