Home
last modified time | relevance | path

Searched refs:IsJsCOWArray (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp407 Branch(IsJsCOWArray(thisValue), &isJsCOWArray, &getElements); in Pop()
732 Branch(IsJsCOWArray(thisValue), slowPath, &notCOWArray); in Sort()
1003 Branch(IsJsCOWArray(thisValue), slowPath, &notCOWArray); in Reverse()
1126 Branch(IsJsCOWArray(thisValue), slowPath, &notCOWArray); in Find()
1204 Branch(IsJsCOWArray(thisValue), slowPath, &notCOWArray); in FindIndex()
1761 Branch(IsJsCOWArray(thisValue), slowPath, &notCOWArray); in Splice()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp165 GateRef CircuitBuilder::IsJsCOWArray(GateRef obj) in IsJsCOWArray() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h202 GateRef IsJsCOWArray(GateRef obj);
Dstub_builder.h352 GateRef IsJsCOWArray(GateRef obj);
Dstub_builder-inl.h1375 inline GateRef StubBuilder::IsJsCOWArray(GateRef obj) in IsJsCOWArray() function
Dtyped_hcr_lowering.cpp991 builder_.Branch(builder_.IsJsCOWArray(receiver), &isCOWArray, &notCOWArray); in LowerCowArrayCheck()
Dstub_builder.cpp2017 Branch(IsJsCOWArray(receiver), &isJsCOWArray, &isNotJsCOWArray); in ICStoreElement()
3423 Branch(IsJsCOWArray(*holder), &isJsCOWArray, &isNotJsCOWArray); in SetPropertyByIndex()