Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h435 GateRef GetKeyFromLayoutInfo(GateRef layout, GateRef entry);
Dstub_builder-inl.h1770 inline GateRef StubBuilder::GetKeyFromLayoutInfo(GateRef layout, GateRef entry) in GetKeyFromLayoutInfo() function
Dstub_builder.cpp2646 GateRef cachedKey = GetKeyFromLayoutInfo(layoutInfo, last); in FindTransitions()