Home
last modified time | relevance | path

Searched refs:InsertFront (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_deque_iterator_test.cpp100 JSAPIDeque::InsertFront(thread, jsDeque, value); in HWTEST_F_L0()
184 JSAPIDeque::InsertFront(thread, jsDeque1, value); in HWTEST_F_L0()
190 JSAPIDeque::InsertFront(thread, jsDeque2, value); in HWTEST_F_L0()
218 JSAPIDeque::InsertFront(thread, jsDeque, value); in HWTEST_F_L0()
Djs_api_deque_test.cpp110 JSAPIDeque::InsertFront(thread, toor, value); in HWTEST_F_L0()
154 JSAPIDeque::InsertFront(thread, toor, value); in HWTEST_F_L0()
194 JSAPIDeque::InsertFront(thread, toor, value); in HWTEST_F_L0()
245 JSAPIDeque::InsertFront(thread, toor, value); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/
Dcontainersdequecommon_fuzzer.h100 ContainersDeque::InsertFront(callInfo); in ContainersDequeInsertFrontFuzzTest()
149 ContainersDeque::InsertFront(callInfo); in ContainersDequeForEachFuzzTest()
191 ContainersDeque::InsertFront(callInfo); in ContainersDequeGetFirstFuzzTest()
227 ContainersDeque::InsertFront(callInfo); in ContainersDequeGetLastFuzzTest()
332 ContainersDeque::InsertFront(callInfo); in ContainersDequePopFirstFuzzTest()
368 ContainersDeque::InsertFront(callInfo); in ContainersDequePopLastFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.h27 static JSTaggedValue InsertFront(EcmaRuntimeCallInfo *argv);
Dcontainers_deque.cpp53 JSTaggedValue ContainersDeque::InsertFront(EcmaRuntimeCallInfo *argv) in InsertFront() function in panda::ecmascript::containers::ContainersDeque
56 BUILTINS_API_TRACE(argv->GetThread(), Deque, InsertFront); in InsertFront()
72 JSAPIDeque::InsertFront(thread, JSHandle<JSAPIDeque>::Cast(self), value); in InsertFront()
Dcontainers_private.cpp921 …SetFrozenFunction(thread, dequeFuncPrototype, "insertFront", ContainersDeque::InsertFront, FuncLen… in InitializeDeque()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_deque_test.cpp153 JSTaggedValue result = ContainersDeque::InsertFront(callInfo); in HWTEST_F_L0()
230 ContainersDeque::InsertFront(callInfo); in HWTEST_F_L0()
298 ContainersDeque::InsertFront(callInfo); in HWTEST_F_L0()
310 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersDeque, InsertFront); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.h42 …static void InsertFront(JSThread *thread, const JSHandle<JSAPIDeque> &deque, const JSHandle<JSTagg…
Djs_api_deque.cpp33 void JSAPIDeque::InsertFront(JSThread *thread, const JSHandle<JSAPIDeque> &deque, const JSHandle<JS… in InsertFront() function in panda::ecmascript::JSAPIDeque
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h950 V(Deque, InsertFront) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp866 reinterpret_cast<uintptr_t>(Deque::InsertFront),