Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_bitvector.h36 static JSTaggedValue FlipBitsByRange(EcmaRuntimeCallInfo* argv);
H A Dcontainers_bitvector.cpp424 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 Dcontainers_private.cpp883 SetFrozenFunction(thread, prototype, "flipBitsByRange", ContainersBitVector::FlipBitsByRange, FuncLength::TWO); in InitializeBitVector()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.h57 static JSTaggedValue FlipBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector,
H A Djs_api_bitvector.cpp380 JSTaggedValue JSAPIBitVector::FlipBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in FlipBitsByRange() function in panda::ecmascript::JSAPIBitVector
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_test.cpp410 * @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 Dcontainers_bitvector_test.cpp1361 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 Druntime_call_id.h989 V(BitVector, FlipBitsByRange) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp903 reinterpret_cast<uintptr_t>(BitVector::FlipBitsByRange),

Completed in 20 milliseconds