Searched refs:SetEnumCacheToHClass (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 539 void SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef key);
|
| D | stub_builder-inl.h | 2101 inline void StubBuilder::SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetEnumCacheToHClass() function
|
| D | stub_builder.cpp | 3686 SetEnumCacheToHClass(VariableType::INT64(), glue, dstHClass, Null()); in CopyAllHClass()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 1064 SetEnumCacheToHClass(VariableType::JS_ANY(), glue, hclass, keyArray); in GetAllEnumKeys()
|