Searched refs:GetFirstValue (Results 1 – 11 of 11) 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()
585 …SetFrozenFunction(thread, setFuncPrototype, "getFirstValue", ContainersTreeSet::GetFirstValue, Fun… in InitializeTreeSet()
110 ContainersTreeSet::GetFirstValue(objCallInfo); in ContainersTreeSetGetFirstValueFuzzTest()
176 auto left = acc_.GetFirstValue(gate); in VisitRangeGuard()
278 uint32_t GateAccessor::GetFirstValue(GateRef gate) const in GetFirstValue() function in panda::ecmascript::kungfu::GateAccessor283 return accessor.GetFirstValue(); in GetFirstValue()366 return accessor.GetFirstValue(); in TryGetPcOffset()
495 uint32_t GetFirstValue(GateRef gate) const;
1012 uint32_t GetFirstValue() const in GetFirstValue() function
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()
938 V(TreeSet, GetFirstValue) \
851 reinterpret_cast<uintptr_t>(TreeSet::GetFirstValue),