Home
last modified time | relevance | path

Searched refs:GetLast (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp39 uint32_t last = deque->GetLast(); in InsertFront()
60 uint32_t last = deque->GetLast(); in InsertEnd()
94 uint32_t last = GetLast(); in GetTail()
133 uint32_t last = GetLast(); in PopLast()
147 uint32_t last = GetLast(); in IsEmpty()
156 uint32_t last = GetLast(); in GetSize()
187 uint32_t last = GetLast(); in Has()
210 uint32_t lastIndex = deque->GetLast(); in OwnKeys()
229 uint32_t lastIndex = deque->GetLast(); in OwnEnumKeys()
Djs_api_deque_iterator.cpp58 uint32_t last = deque->GetLast(); in Next()
Djs_api_list.h57 JSTaggedValue GetLast();
Djs_api_linked_list.h59 JSTaggedValue GetLast();
Djs_api_list.cpp47 JSTaggedValue JSAPIList::GetLast() in GetLast() function in panda::ecmascript::JSAPIList
49 JSTaggedValue res = TaggedSingleList::Cast(GetSingleList().GetTaggedObject())->GetLast(); in GetLast()
Djs_api_linked_list.cpp165 JSTaggedValue JSAPILinkedList::GetLast() in GetLast() function in panda::ecmascript::JSAPILinkedList
167 JSTaggedValue res = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject())->GetLast(); in GetLast()
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.h155 return regionList_.GetLast()->GetBegin(); in GetAllocateAreaBegin()
160 return regionList_.GetLast()->GetEnd(); in GetAllocateAreaEnd()
165 return regionList_.GetLast(); in GetCurrentRegion()
Dspace-inl.h47 end = regionList_.GetLast(); in EnumerateRegions()
Decma_list.h127 T *GetLast() const in GetLast() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_deque_stub_builder.h37 GateRef last = GetLast(obj); in GetSize()
56 GateRef GetLast(GateRef obj) in GetLast() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_list_test.cpp140 EXPECT_EQ(toor->GetLast(), JSTaggedValue::Undefined()); in HWTEST_F_L0()
146 EXPECT_EQ(toor->GetLast().GetInt(), 9); in HWTEST_F_L0()
152 EXPECT_EQ(toor->GetLast().GetInt(), 99); in HWTEST_F_L0()
175 EXPECT_EQ(toor->GetLast(), JSTaggedValue::Undefined()); in HWTEST_F_L0()
181 EXPECT_EQ(toor->GetLast().GetInt(), 9); in HWTEST_F_L0()
212 EXPECT_EQ(toor->GetLast(), JSTaggedValue::Undefined()); in HWTEST_F_L0()
259 EXPECT_EQ(toor->GetLast(), JSTaggedValue::Undefined()); in HWTEST_F_L0()
Djs_api_linked_list_test.cpp149 EXPECT_EQ(toor->GetLast(), JSTaggedValue::Undefined()); in HWTEST_F_L0()
155 EXPECT_EQ(toor->GetLast().GetInt(), 9); in HWTEST_F_L0()
161 EXPECT_EQ(toor->GetLast().GetInt(), 99); in HWTEST_F_L0()
184 EXPECT_EQ(toor->GetLast(), JSTaggedValue::Undefined()); in HWTEST_F_L0()
190 EXPECT_EQ(toor->GetLast().GetInt(), 9); in HWTEST_F_L0()
221 EXPECT_EQ(toor->GetLast(), JSTaggedValue::Undefined()); in HWTEST_F_L0()
312 EXPECT_EQ(toor->GetLast(), JSTaggedValue::Undefined()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.h30 static JSTaggedValue GetLast(EcmaRuntimeCallInfo *argv);
Dcontainers_list.h28 static JSTaggedValue GetLast(EcmaRuntimeCallInfo *argv);
Dcontainers_linked_list.h29 static JSTaggedValue GetLast(EcmaRuntimeCallInfo *argv);
Dcontainers_deque.cpp125 JSTaggedValue ContainersDeque::GetLast(EcmaRuntimeCallInfo *argv) in GetLast() function in panda::ecmascript::containers::ContainersDeque
128 BUILTINS_API_TRACE(argv->GetThread(), Deque, GetLast); in GetLast()
251 uint32_t last = deque->GetLast(); in ForEach()
Dcontainers_list.cpp129 JSTaggedValue ContainersList::GetLast(EcmaRuntimeCallInfo *argv) in GetLast() function in panda::ecmascript::containers::ContainersList
133 BUILTINS_API_TRACE(thread, List, GetLast); in GetLast()
146 return jSAPIList->GetLast(); in GetLast()
Dcontainers_linked_list.cpp118 JSTaggedValue ContainersLinkedList::GetLast(EcmaRuntimeCallInfo *argv) in GetLast() function in panda::ecmascript::containers::ContainersLinkedList
122 BUILTINS_API_TRACE(thread, LinkedList, GetLast); in GetLast()
135 return jsAPILinkedList->GetLast(); in GetLast()
Dcontainers_private.cpp924 …SetFrozenFunction(thread, dequeFuncPrototype, "getLast", ContainersDeque::GetLast, FuncLength::ZER… in InitializeDeque()
975 … SetFrozenFunction(thread, listFuncPrototype, "getLast", ContainersList::GetLast, FuncLength::ONE); in InitializeList()
1042 …SetFrozenFunction(thread, linkedListFuncPrototype, "getLast", ContainersLinkedList::GetLast, FuncL… in InitializeLinkedList()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_deque_test.cpp174 EXPECT_EQ(ContainersDeque::GetLast(callInfo), JSTaggedValue(i)); in HWTEST_F_L0()
313 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersDeque, GetLast); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.h67 inline JSTaggedValue GetLast() in GetLast() function
Druntime_call_id.h953 V(Deque, GetLast) \
1012 V(List, GetLast) \
1035 V(LinkedList, GetLast) \
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/
Dcontainersdequecommon_fuzzer.h232 ContainersDeque::GetLast(callInfo1); in ContainersDequeGetLastFuzzTest()
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h536 const Entry &GetLast() const in GetLast() function
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp869 reinterpret_cast<uintptr_t>(Deque::GetLast),
950 reinterpret_cast<uintptr_t>(List::GetLast),
973 reinterpret_cast<uintptr_t>(LinkedList::GetLast),

12