Home
last modified time | relevance | path

Searched refs:SetEnumCacheToHClass (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h539 void SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef key);
Dstub_builder-inl.h2101 inline void StubBuilder::SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetEnumCacheToHClass() function
Dstub_builder.cpp3686 SetEnumCacheToHClass(VariableType::INT64(), glue, dstHClass, Null()); in CopyAllHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1064 SetEnumCacheToHClass(VariableType::JS_ANY(), glue, hclass, keyArray); in GetAllEnumKeys()