Home
last modified time | relevance | path

Searched refs:GetFirstValue (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treeset.h38 static JSTaggedValue GetFirstValue(EcmaRuntimeCallInfo *argv);
Dcontainers_treeset.cpp143 JSTaggedValue ContainersTreeSet::GetFirstValue(EcmaRuntimeCallInfo *argv) in GetFirstValue() function in panda::ecmascript::containers::ContainersTreeSet
145 BUILTINS_API_TRACE(argv->GetThread(), TreeSet, GetFirstValue); in GetFirstValue()
Dcontainers_private.cpp587 …SetFrozenFunction(thread, setFuncPrototype, "getFirstValue", ContainersTreeSet::GetFirstValue, Fun… in InitializeTreeSet()
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgetfirstvalue_fuzzer/
Dcontainerstreesetgetfirstvalue_fuzzer.cpp110 ContainersTreeSet::GetFirstValue(objCallInfo); in ContainersTreeSetGetFirstValueFuzzTest()
/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp196 auto left = acc_.GetFirstValue(gate); in VisitRangeGuard()
Dgate_accessor.cpp484 uint32_t GateAccessor::GetFirstValue(GateRef gate) const in GetFirstValue() function in panda::ecmascript::kungfu::GateAccessor
489 return accessor.GetFirstValue(); in GetFirstValue()
572 return accessor.GetFirstValue(); in TryGetPcOffset()
600 return accessor.GetFirstValue(); in TryGetMethodOffset()
Dshare_gate_meta_data.h535 uint32_t GetFirstValue() const in GetFirstValue() function
Dgate_accessor.h540 uint32_t GetFirstValue(GateRef gate) const;
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treeset_test.cpp378 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()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp1158 Pointer valFst = Pointer::CreateObject(store->GetDataFlowInput(store->GetFirstValue())); in VisitStoreArrayPairI()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h965 V(TreeSet, GetFirstValue) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp853 reinterpret_cast<uintptr_t>(TreeSet::GetFirstValue),
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h6919 Inst *GetFirstValue() in GetFirstValue() function