Searched refs:IsJsCOWArray (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 407 Branch(IsJsCOWArray(thisValue), &isJsCOWArray, &getElements); in Pop() 732 Branch(IsJsCOWArray(thisValue), slowPath, ¬COWArray); in Sort() 1003 Branch(IsJsCOWArray(thisValue), slowPath, ¬COWArray); in Reverse() 1126 Branch(IsJsCOWArray(thisValue), slowPath, ¬COWArray); in Find() 1204 Branch(IsJsCOWArray(thisValue), slowPath, ¬COWArray); in FindIndex() 1761 Branch(IsJsCOWArray(thisValue), slowPath, ¬COWArray); in Splice()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 165 GateRef CircuitBuilder::IsJsCOWArray(GateRef obj) in IsJsCOWArray() function in panda::ecmascript::kungfu::CircuitBuilder
|
| D | circuit_builder.h | 202 GateRef IsJsCOWArray(GateRef obj);
|
| D | stub_builder.h | 352 GateRef IsJsCOWArray(GateRef obj);
|
| D | stub_builder-inl.h | 1375 inline GateRef StubBuilder::IsJsCOWArray(GateRef obj) in IsJsCOWArray() function
|
| D | typed_hcr_lowering.cpp | 991 builder_.Branch(builder_.IsJsCOWArray(receiver), &isCOWArray, ¬COWArray); in LowerCowArrayCheck()
|
| D | stub_builder.cpp | 2017 Branch(IsJsCOWArray(receiver), &isJsCOWArray, &isNotJsCOWArray); in ICStoreElement() 3423 Branch(IsJsCOWArray(*holder), &isJsCOWArray, &isNotJsCOWArray); in SetPropertyByIndex()
|