Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_bitvector.h30 static JSTaggedValue GetBitsByRange(EcmaRuntimeCallInfo* argv);
H A Dcontainers_bitvector.cpp185 JSTaggedValue ContainersBitVector::GetBitsByRange(EcmaRuntimeCallInfo* argv) in GetBitsByRange() function in panda::ecmascript::containers::ContainersBitVector
188 BUILTINS_API_TRACE(argv->GetThread(), BitVector, GetBitsByRange); in GetBitsByRange()
219 return JSHandle<JSAPIBitVector>::Cast(self)->GetBitsByRange( in GetBitsByRange()
H A Dcontainers_private.cpp875 SetFrozenFunction(thread, prototype, "getBitsByRange", ContainersBitVector::GetBitsByRange, FuncLength::TWO); in InitializeBitVector()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.h42 static JSTaggedValue GetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector,
H A Djs_api_bitvector.cpp187 JSTaggedValue JSAPIBitVector::GetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetBitsByRange() function in panda::ecmascript::JSAPIBitVector
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_test.cpp266 * @tc.name: GetBitsByRange
271 HWTEST_F_L0(JSAPIBitVectorTest, GetBitsByRange) in HWTEST_F_L0()
283 JSTaggedValue res = JSAPIBitVector::GetBitsByRange(thread, bitVector, value1, value2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_bitvector_test.cpp593 JSTaggedValue result = ContainersBitVector::GetBitsByRange(callInfo); in HWTEST_F_L0()
631 JSTaggedValue result = ContainersBitVector::GetBitsByRange(callInfo); in HWTEST_F_L0()
658 JSTaggedValue result = ContainersBitVector::GetBitsByRange(callInfo); in HWTEST_F_L0()
673 JSTaggedValue result = ContainersBitVector::GetBitsByRange(callInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h982 V(BitVector, GetBitsByRange) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp896 reinterpret_cast<uintptr_t>(BitVector::GetBitsByRange),

Completed in 13 milliseconds