Home
last modified time | relevance | path

Searched refs:isStableElements (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h157 GateRef isStableElements = IsStableElements(hClass); in IsStableArguments() local
158 return BitAnd(isStableElements, isJsArguments); in IsStableArguments()
165 GateRef isStableElements = IsStableElements(hClass); in IsStableArray() local
166 return BitAnd(isStableElements, isJsArray); in IsStableArray()

Completed in 2 milliseconds