Home
last modified time | relevance | path

Searched defs:isCOWArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3100 … RuntimeStubs::TryCopyCOWArray(JSThread *thread, JSHandle<JSArray> holderHandler, bool &isCOWArray) in TryCopyCOWArray()
3114 bool isCOWArray = JSHandle<JSTaggedValue>(thisObj)->IsJSCOWArray(); in ArrayNumberSort() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp990 Label isCOWArray(&builder_); in LowerCowArrayCheck() local