Home
last modified time | relevance | path

Searched refs:SetBitsByRange (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_bitvector.h29 static JSTaggedValue SetBitsByRange(EcmaRuntimeCallInfo* argv);
H A Dcontainers_bitvector.cpp145 JSTaggedValue ContainersBitVector::SetBitsByRange(EcmaRuntimeCallInfo* argv) in SetBitsByRange() function in panda::ecmascript::containers::ContainersBitVector
148 BUILTINS_API_TRACE(argv->GetThread(), BitVector, SetBitsByRange); in SetBitsByRange()
180 JSHandle<JSAPIBitVector>::Cast(self)->SetBitsByRange( in SetBitsByRange()
H A Dcontainers_private.cpp874 SetFrozenFunction(thread, prototype, "setBitsByRange", ContainersBitVector::SetBitsByRange, FuncLength::THREE); in InitializeBitVector()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.h39 static JSTaggedValue SetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector,
H A Djs_api_bitvector.cpp155 JSTaggedValue JSAPIBitVector::SetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in SetBitsByRange() function in panda::ecmascript::JSAPIBitVector
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_test.cpp236 * @tc.name: SetBitsByRange
241 HWTEST_F_L0(JSAPIBitVectorTest, SetBitsByRange) in HWTEST_F_L0()
254 JSTaggedValue res = JSAPIBitVector::SetBitsByRange(thread, bitVector, value, value1, value2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_bitvector_test.cpp335 ContainersBitVector::SetBitsByRange(callInfo); in HWTEST_F_L0()
378 JSTaggedValue result = ContainersBitVector::SetBitsByRange(callInfo); in HWTEST_F_L0()
405 ContainersBitVector::SetBitsByRange(callInfo); in HWTEST_F_L0()
416 ContainersBitVector::SetBitsByRange(callInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h981 V(BitVector, SetBitsByRange) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp895 reinterpret_cast<uintptr_t>(BitVector::SetBitsByRange),

Completed in 13 milliseconds