Home
last modified time | relevance | path

Searched refs:AsUintN (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_bigint.h30 V("asUintN", AsUintN, 2, BigIntAsUintN)
52 static JSTaggedValue AsUintN(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_bigint.cpp59 JSTaggedValue BuiltinsBigInt::AsUintN(EcmaRuntimeCallInfo *argv) in AsUintN() function in panda::ecmascript::builtins::BuiltinsBigInt
63 BUILTINS_API_TRACE(thread, BigInt, AsUintN); in AsUintN()
75 return BigInt::AsUintN(thread, index, jsBigintVal); in AsUintN()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h116 static JSTaggedValue AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint);
H A Druntime_call_id.h635 V(BigInt, AsUintN) \
H A Djs_bigint.cpp1532 JSTaggedValue BigInt::AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsUintN() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_bigint_test.cpp60 result = BuiltinsBigInt::AsUintN(ecmaRuntimeCallInfo); in BigIntAlgorithm()
132 // AsUintN(64, (2 ^ 64 - 1))
148 // AsUintN(64, (2 ^ 64))
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp652 reinterpret_cast<uintptr_t>(BuiltinsBigInt::AsUintN),
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2686 return BigInt::AsUintN(thread, bitness, biginteger);

Completed in 17 milliseconds