Home
last modified time | relevance | path

Searched refs:LinkedHashSetComputeCapacity (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h453 V(LinkedHashSetComputeCapacity) \
Druntime_stubs.cpp3717 DEF_RUNTIME_STUBS(LinkedHashSetComputeCapacity) in DEF_RUNTIME_STUBS() argument
3719 RUNTIME_STUBS_HEADER(LinkedHashSetComputeCapacity); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp150 return TaggedGetInt(CallRuntime(glue_, RTSTUB_ID(LinkedHashSetComputeCapacity), { in ComputeCapacity()