Searched defs:numberBigInt (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1175 JSTaggedValue SlowRuntimeStub::LdBigInt(JSThread *thread, JSTaggedValue numberBigInt) in LdBigInt()
|
| D | interpreter-inl.cpp | 3150 JSTaggedValue numberBigInt = GET_STR_FROM_CACHE(stringId); in RunInternal() local
|
| D | interpreter_assembly.cpp | 2862 …JSTaggedValue numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(s… in HandleLdbigintId16() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2647 …dValue RuntimeStubs::RuntimeLdBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &numberBigInt) in RuntimeLdBigInt()
|
| D | runtime_stubs.cpp | 2649 …JSHandle<JSTaggedValue> numberBigInt = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 1675 …GateRef numberBigInt = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::Null… in LowerLdBigInt() local
|
| D | interpreter_stub.cpp | 3318 GateRef numberBigInt = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 3335 GateRef numberBigInt = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit() local
|