Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint-inl.h31 JSHandle<BigInt> bigint = factory->NewBigInt<type>(length); in CreateBigint() local
44 JSHandle<BigInt> bigint = factory->NewBigIntWithoutInitData<type>(length); in CreateRawBigInt() local
56 JSHandle<BigInt> bigint = factory->NewSubBigInt<type>(x, length); in CreateSubBigInt() local
Djs_bigint.cpp69 JSHandle<BigInt> bigint = CreateBigint<MemSpaceType::SHARED_READ_ONLY_SPACE>( in CreateUint64MaxBigInt() local
80 JSHandle<BigInt> bigint = CreateBigint<MemSpaceType::SHARED_READ_ONLY_SPACE>( in CreateInt64MaxBigInt() local
112 JSHandle<BigInt> bigint; in SetBigInt() local
177 CString BigIntHelper::GetBinary(const BigInt *bigint) in GetBinary()
246 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, maxLen); in BitwiseOp() local
356 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne()
374 JSHandle<BigInt> BigInt::BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) in BitwiseAddOne()
468 JSHandle<EcmaString> BigInt::ToString(JSThread *thread, JSHandle<BigInt> bigint, uint32_t conversio… in ToString()
476 void BigInt::AppendToCString(DstType &str, BigInt *bigint, uint32_t conversionToRadix) in AppendToCString()
524 JSHandle<BigInt> bigint = CreateBigint(thread, mayNeedLen); in DoubleToBigInt() local
[all …]
Dobject_factory-inl.h207 JSHandle<BigInt> bigint = NewBigIntWithoutInitData<type>(length); in NewBigInt() local
216 JSHandle<BigInt> bigint = NewBigIntWithoutInitData<type>(length); in NewSubBigInt() local
Djs_number_format.cpp796 JSHandle<BigInt> bigint(thread, x); in FormatNumeric() local
926 JSHandle<BigInt> bigint(thread, x); in FormatNumericToParts() local
Djs_tagged_value.cpp69 BigInt *bigint = BigInt::Cast(GetTaggedObject()); in ToBoolean() local
576 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(x); in EqualBigInt() local
732 JSHandle<BigInt> bigint = JSHandle<BigInt>::Cast(primX); in Compare() local
Djs_locale.cpp741 JSHandle<JSTaggedValue> bigint(thread, x); in GetNumberFieldType() local
/arkcompiler/toolchain/tooling/static/types/
Dremote_object.cpp36 std::string RemoteObject::GetDescription(const RemoteObjectType::BigIntT &bigint) in GetDescription()
135 } else if (auto bigint = std::get_if<RemoteObjectType::BigIntT>(&value_)) { in Serialize() local
Dobject_preview.cpp44 } else if (auto bigint = std::get_if<RemoteObjectType::BigIntT>(&remobjValue)) { in GetPropertyPreviewValue() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.cpp36 std::string RemoteObject::GetDescription(const RemoteObjectType::BigIntT &bigint) in GetDescription()
135 } else if (auto bigint = std::get_if<RemoteObjectType::BigIntT>(&value_)) { in Serialize() local
Dobject_preview.cpp44 } else if (auto bigint = std::get_if<RemoteObjectType::BigIntT>(&remobjValue)) { in GetPropertyPreviewValue() local
/arkcompiler/ets_runtime/test/fuzztest/bigintrefnew_fuzzer/
Dbigintrefnew_fuzzer.cpp35 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/
Dbiginttoint64_fuzzer.cpp42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToInt64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
Dbiginttouint64_fuzzer.cpp42 Local<BigIntRef> bigint = BigIntRef::New(vm, input); in BigIntToUint64FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp66 JSHandle<JSTaggedValue> bigint = GetCallArg(argv, 1); in AsUintN() local
85 JSHandle<JSTaggedValue> bigint = GetCallArg(argv, 1); in AsIntN() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp327 JSHandle<JSTaggedValue> bigint(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
364 JSHandle<JSTaggedValue> bigint(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
413 JSHandle<JSTaggedValue> bigint; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp69 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, size); in HWTEST_F_L0() local
185 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, bigintStr4, BigInt::BINARY); in HWTEST_F_L0() local
Drb_tree_node_test.cpp352 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, str); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp131 auto bigint = BigIntLiteralBuilder(Allocator()).SetValue("123").Build(); in TEST_F() local
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp335 JSVM_Value bigint; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp2033 GateRef bigint = acc_.GetValueIn(gate, 1); in VisitBigIntAsIntN() local
Dnative_inline_lowering.cpp700 GateRef bigint = acc_.GetValueIn(gate, firstParam + 1); in TryInlineBigIntAsIntN() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2823 …e RuntimeStubs::RuntimeCallBigIntAsIntN(JSThread *thread, JSTaggedValue bits, JSTaggedValue bigint) in RuntimeCallBigIntAsIntN()
2831 … RuntimeStubs::RuntimeCallBigIntAsUintN(JSThread *thread, JSTaggedValue bits, JSTaggedValue bigint) in RuntimeCallBigIntAsUintN()
Druntime_stubs.cpp2806 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
2814 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1195 JSHandle<JSTaggedValue> bigint(thread, numberBigInt); in LdBigInt() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2426 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local
2437 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() local
2448 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords() local

12