Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp443 GateRef key = GetKeyFromLayoutInfo(layout, *idx); in LayoutInfoAssignAllEnumProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h508 GateRef GetKeyFromLayoutInfo(GateRef layout, GateRef entry);
Dstub_builder-inl.h2181 inline GateRef StubBuilder::GetKeyFromLayoutInfo(GateRef layout, GateRef entry) in GetKeyFromLayoutInfo() function
Dstub_builder.cpp3265 GateRef cachedKey = GetKeyFromLayoutInfo(layoutInfo, last); in FindTransitions()