Searched refs:SetBitsByRange (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_bitvector.h | 29 static JSTaggedValue SetBitsByRange(EcmaRuntimeCallInfo* argv);
|
H A D | containers_bitvector.cpp | 145 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 D | containers_private.cpp | 874 SetFrozenFunction(thread, prototype, "setBitsByRange", ContainersBitVector::SetBitsByRange, FuncLength::THREE); in InitializeBitVector()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_bitvector.h | 39 static JSTaggedValue SetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector,
|
H A D | js_api_bitvector.cpp | 155 JSTaggedValue JSAPIBitVector::SetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in SetBitsByRange() function in panda::ecmascript::JSAPIBitVector
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_bitvector_test.cpp | 236 * @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 D | containers_bitvector_test.cpp | 335 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 D | runtime_call_id.h | 981 V(BitVector, SetBitsByRange) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 895 reinterpret_cast<uintptr_t>(BitVector::SetBitsByRange),
|
Completed in 13 milliseconds