Searched refs:GetBitsByRange (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_bitvector.h | 30 static JSTaggedValue GetBitsByRange(EcmaRuntimeCallInfo* argv);
|
H A D | containers_bitvector.cpp | 185 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 D | containers_private.cpp | 875 SetFrozenFunction(thread, prototype, "getBitsByRange", ContainersBitVector::GetBitsByRange, FuncLength::TWO); in InitializeBitVector()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_bitvector.h | 42 static JSTaggedValue GetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector,
|
H A D | js_api_bitvector.cpp | 187 JSTaggedValue JSAPIBitVector::GetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetBitsByRange() function in panda::ecmascript::JSAPIBitVector
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_bitvector_test.cpp | 266 * @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 D | containers_bitvector_test.cpp | 593 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 D | runtime_call_id.h | 982 V(BitVector, GetBitsByRange) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 896 reinterpret_cast<uintptr_t>(BitVector::GetBitsByRange),
|
Completed in 13 milliseconds