Searched refs:FlipBitsByRange (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_bitvector.h | 36 static JSTaggedValue FlipBitsByRange(EcmaRuntimeCallInfo* argv);
|
H A D | containers_bitvector.cpp | 424 JSTaggedValue ContainersBitVector::FlipBitsByRange(EcmaRuntimeCallInfo* argv) in FlipBitsByRange() function in panda::ecmascript::containers::ContainersBitVector 427 BUILTINS_API_TRACE(argv->GetThread(), BitVector, FlipBitsByRange); in FlipBitsByRange() 457 JSHandle<JSAPIBitVector>::Cast(self)->FlipBitsByRange( in FlipBitsByRange()
|
H A D | containers_private.cpp | 883 SetFrozenFunction(thread, prototype, "flipBitsByRange", ContainersBitVector::FlipBitsByRange, FuncLength::TWO); in InitializeBitVector()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_bitvector.h | 57 static JSTaggedValue FlipBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector,
|
H A D | js_api_bitvector.cpp | 380 JSTaggedValue JSAPIBitVector::FlipBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in FlipBitsByRange() function in panda::ecmascript::JSAPIBitVector
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_bitvector_test.cpp | 410 * @tc.name: FlipBitsByRange 415 HWTEST_F_L0(JSAPIBitVectorTest, FlipBitsByRange) in HWTEST_F_L0() 427 JSTaggedValue res = JSAPIBitVector::FlipBitsByRange(thread, bitVector, value1, value2); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_bitvector_test.cpp | 1361 ContainersBitVector::FlipBitsByRange(callInfo); in HWTEST_F_L0() 1403 JSTaggedValue result = ContainersBitVector::FlipBitsByRange(callInfo); in HWTEST_F_L0() 1429 ContainersBitVector::FlipBitsByRange(callInfo); in HWTEST_F_L0() 1439 ContainersBitVector::FlipBitsByRange(callInfo); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 989 V(BitVector, FlipBitsByRange) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 903 reinterpret_cast<uintptr_t>(BitVector::FlipBitsByRange),
|
Completed in 20 milliseconds