Searched refs:InsertFront (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_deque_iterator_test.cpp | 54 JSAPIDeque::InsertFront(thread, jsDeque, value); in HWTEST_F_L0() 138 JSAPIDeque::InsertFront(thread, jsDeque1, value); in HWTEST_F_L0() 144 JSAPIDeque::InsertFront(thread, jsDeque2, value); in HWTEST_F_L0() 172 JSAPIDeque::InsertFront(thread, jsDeque, value); in HWTEST_F_L0()
|
H A D | js_api_deque_test.cpp | 64 JSAPIDeque::InsertFront(thread, toor, value); in HWTEST_F_L0() 108 JSAPIDeque::InsertFront(thread, toor, value); in HWTEST_F_L0() 148 JSAPIDeque::InsertFront(thread, toor, value); in HWTEST_F_L0() 199 JSAPIDeque::InsertFront(thread, toor, value); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/ |
H A D | containersdequecommon_fuzzer.h | 101 ContainersDeque::InsertFront(callInfo);
in ContainersDequeInsertFrontFuzzTest() 152 ContainersDeque::InsertFront(callInfo);
in ContainersDequeForEachFuzzTest() 194 ContainersDeque::InsertFront(callInfo);
in ContainersDequeGetFirstFuzzTest() 231 ContainersDeque::InsertFront(callInfo);
in ContainersDequeGetLastFuzzTest() 339 ContainersDeque::InsertFront(callInfo);
in ContainersDequePopFirstFuzzTest() 375 ContainersDeque::InsertFront(callInfo);
in ContainersDequePopLastFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_deque.h | 27 static JSTaggedValue InsertFront(EcmaRuntimeCallInfo *argv);
|
H A D | containers_deque.cpp | 46 JSTaggedValue ContainersDeque::InsertFront(EcmaRuntimeCallInfo *argv) in InsertFront() function in panda::ecmascript::containers::ContainersDeque 49 BUILTINS_API_TRACE(argv->GetThread(), Deque, InsertFront); in InsertFront() 65 JSAPIDeque::InsertFront(thread, JSHandle<JSAPIDeque>::Cast(self), value); in InsertFront()
|
H A D | containers_private.cpp | 992 SetFrozenFunction(thread, dequeFuncPrototype, "insertFront", ContainersDeque::InsertFront, FuncLength::ONE); in InitializeDeque()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_deque_test.cpp | 153 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/ |
H A D | js_api_deque.h | 42 static void InsertFront(JSThread *thread, const JSHandle<JSAPIDeque> &deque, const JSHandle<JSTaggedValue> &value);
|
H A D | js_api_deque.cpp | 27 void JSAPIDeque::InsertFront(JSThread *thread, const JSHandle<JSAPIDeque> &deque, const JSHandle<JSTaggedValue> &value) in InsertFront() function in panda::ecmascript::JSAPIDeque
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 1122 V(Deque, InsertFront) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 848 reinterpret_cast<uintptr_t>(Deque::InsertFront),
|
Completed in 17 milliseconds