Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h396 void SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef key);
Dstub_builder-inl.h1562 inline void StubBuilder::SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetEnumCacheToHClass() function
Dstub_builder.cpp2564 SetEnumCacheToHClass(VariableType::INT64(), glue, dstHClass, Null()); in CopyAllHClass()