Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp71 if (users_ == nullptr) { in Reallocate()
72 users_ = reinterpret_cast<User *>(new_stor); in Reallocate()
98 users_ = reinterpret_cast<User *>(new_stor); in Reallocate()
109 new (users_ + capacity_ - size_ - 1) User(false, size_, capacity_); in Append()
H A Dinst.h581 return users_;
587 return reinterpret_cast<Input *>(users_ + capacity_) + 1;
610 return &users_[capacity_ - index - 1];
631 User *users_ {nullptr};
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Descape_analysis.cpp21 : fields_(chunk), users_(chunk) in VirtualObject()
53 return users_; in GetUsers()
58 users_.clear(); in ClearUsers()
63 users_.push_back(gate); in AddUser()
H A Descape_analysis.h40 ChunkVector<GateRef> users_; member in panda::ecmascript::kungfu::VirtualObject
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp235 if (users_ == nullptr) { in Reallocate()
236 users_ = reinterpret_cast<User *>(newStor); in Reallocate()
262 users_ = reinterpret_cast<User *>(newStor); in Reallocate()
273 new (users_ + capacity_ - size_ - 1) User(false, size_, capacity_); in Append()
H A Dinst.h644 return users_;
650 return reinterpret_cast<Input *>(users_ + capacity_) + 1;
672 return &users_[capacity_ - index - 1];
693 User *users_ {nullptr};

Completed in 14 milliseconds