Home
last modified time | relevance | path

Searched defs:numberBigInt (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1135 JSTaggedValue SlowRuntimeStub::LdBigInt(JSThread *thread, JSTaggedValue numberBigInt) in LdBigInt()
Dinterpreter-inl.h3084 JSTaggedValue numberBigInt = GET_STR_FROM_CACHE(stringId); in RunInternal() local
Dinterpreter_assembly.cpp2833 …JSTaggedValue numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(s… in HandleLdbigintId16() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2167 …dValue RuntimeStubs::RuntimeLdBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &numberBigInt) in RuntimeLdBigInt()
Druntime_stubs.cpp1808 …JSHandle<JSTaggedValue> numberBigInt = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1532 GateRef numberBigInt = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerLdBigInt() local
Dinterpreter_stub.cpp2748 GateRef numberBigInt = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER() local