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.cpp1122 JSTaggedValue SlowRuntimeStub::LdBigInt(JSThread *thread, JSTaggedValue numberBigInt) in LdBigInt()
Dinterpreter-inl.h2935 JSTaggedValue numberBigInt = GET_STR_FROM_CACHE(stringId); in RunInternal() local
Dinterpreter_assembly.cpp2738 …JSTaggedValue numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(s… in HandleLdbigintId16() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2112 …dValue RuntimeStubs::RuntimeLdBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &numberBigInt) in RuntimeLdBigInt()
Druntime_stubs.cpp1737 …JSHandle<JSTaggedValue> numberBigInt = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1976 GateRef numberBigInt = acc_.GetValueIn(gate, 0); in LowerLdBigInt() local
Dinterpreter_stub.cpp2712 GateRef numberBigInt = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER() local