Searched refs:GetFirstValue (Results 1 – 13 of 13) sorted by relevance
38 static JSTaggedValue GetFirstValue(EcmaRuntimeCallInfo *argv);
143 JSTaggedValue ContainersTreeSet::GetFirstValue(EcmaRuntimeCallInfo *argv) in GetFirstValue() function in panda::ecmascript::containers::ContainersTreeSet145 BUILTINS_API_TRACE(argv->GetThread(), TreeSet, GetFirstValue); in GetFirstValue()
587 …SetFrozenFunction(thread, setFuncPrototype, "getFirstValue", ContainersTreeSet::GetFirstValue, Fun… in InitializeTreeSet()
110 ContainersTreeSet::GetFirstValue(objCallInfo); in ContainersTreeSetGetFirstValueFuzzTest()
196 auto left = acc_.GetFirstValue(gate); in VisitRangeGuard()
484 uint32_t GateAccessor::GetFirstValue(GateRef gate) const in GetFirstValue() function in panda::ecmascript::kungfu::GateAccessor489 return accessor.GetFirstValue(); in GetFirstValue()572 return accessor.GetFirstValue(); in TryGetPcOffset()600 return accessor.GetFirstValue(); in TryGetMethodOffset()
535 uint32_t GetFirstValue() const in GetFirstValue() function
540 uint32_t GetFirstValue(GateRef gate) const;
378 JSTaggedValue result = ContainersTreeSet::GetFirstValue(callInfo); in HWTEST_F_L0()422 JSTaggedValue result = ContainersTreeSet::GetFirstValue(callInfo); in HWTEST_F_L0()1117 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersTreeSet, GetFirstValue); in HWTEST_F_L0()
1158 Pointer valFst = Pointer::CreateObject(store->GetDataFlowInput(store->GetFirstValue())); in VisitStoreArrayPairI()
965 V(TreeSet, GetFirstValue) \
853 reinterpret_cast<uintptr_t>(TreeSet::GetFirstValue),
6919 Inst *GetFirstValue() in GetFirstValue() function