Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1175 JSTaggedValue SlowRuntimeStub::LdBigInt(JSThread *thread, JSTaggedValue numberBigInt) in LdBigInt()
Dinterpreter-inl.cpp3150 JSTaggedValue numberBigInt = GET_STR_FROM_CACHE(stringId); in RunInternal() local
Dinterpreter_assembly.cpp2862 …JSTaggedValue numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(s… in HandleLdbigintId16() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2647 …dValue RuntimeStubs::RuntimeLdBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &numberBigInt) in RuntimeLdBigInt()
Druntime_stubs.cpp2649 …JSHandle<JSTaggedValue> numberBigInt = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1675 …GateRef numberBigInt = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::Null… in LowerLdBigInt() local
Dinterpreter_stub.cpp3318 GateRef numberBigInt = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp3335 GateRef numberBigInt = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit() local