Home
last modified time | relevance | path

Searched refs:IsFull (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h241 if (IsFull()) { in NewNode()
313 inline bool IsFull() in IsFull() function
325 return !IsFull() || usedList_ != nullptr; in HasUsagedNode()
543 if (!(*storage)->IsFull()) { in NewGlobalHandleImplement()
Ddate_parse.cpp389 if (is_iso_flag_ || (IsFull() && DayIsValid(data_[2]) && !MonthIsValid(data_[0]))) { in SetDayValue()
394 if (IsFull()) { in SetDayValue()
408 if (IsFull()) { in SetDayValue()
Ddate_parse.h507 bool IsFull() const in IsFull() function
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h99 bool IsFull();
Dsamples_record.cpp780 if (!IsFull()) { in PostFrame()
815 if (!IsFull()) { in PostNapiFrame()
865 bool SamplesQueue::IsFull() in IsFull() function in panda::ecmascript::SamplesQueue