Home
last modified time | relevance | path

Searched refs:SetEnd (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h59 newQueue->SetEnd(thread, JSTaggedValue(1)); in Push()
86 newQueue->SetEnd(thread, JSTaggedValue(newEnd)); in Push()
90 queue->SetEnd(thread, JSTaggedValue((end + 1) % capacity)); in Push()
102 queue->SetEnd(thread, JSTaggedValue((end + 1) % capacity)); in PushFixedQueue()
183 inline void SetEnd(const JSThread *thread, JSTaggedValue end) in SetEnd() function
200 queue->SetEnd(thread, JSTaggedValue(0));
Dweak_vector.cpp28 vector->SetEnd(thread, 0); in Create()
149 SetEnd(thread, end + 1); in PushBack()
Dweak_vector.h100 inline void SetEnd([[maybe_unused]] const JSThread *thread, uint32_t end) in SetEnd() function
Dobject_factory.cpp2690 queue->SetEnd(thread_, JSTaggedValue(0)); in NewTaggedQueue()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h66 void SetEnd(LifeNumber end) in SetEnd() function
141 live_ranges_.front().SetEnd(live_range.GetEnd()); in AppendRange()
158 live_ranges_.front().SetEnd(std::max(loop_range.GetEnd(), live_ranges_.front().GetEnd())); in AppendGroupRange()
167 live_ranges_.front().SetEnd(live_ranges_[i].GetEnd()); in AppendGroupRange()
Dliveness_analyzer.cpp351 live_range.SetEnd(live_range.GetEnd() + 1); in GetPropagatedLiveRange()
605 range.SetEnd(ln); in SplitAt()
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h227 void SetEnd(const lexer::SourcePosition &end) in AST_NODE_REINTERPRET_MAPPING()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp489 index_section_item_.GetCurrentHeader()->SetEnd(end_); in RebuildIndexSection()
535 index_section_item_.GetCurrentHeader()->SetEnd(item); in AddIndexDependecies()
Dfile_item_container.h371 void SetEnd(BaseItem *item) in SetEnd() function
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp746 range.SetEnd(std::move(end)); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp868 statement->SetEnd(lexer_->GetToken().End()); in ConsumeSemicolon()
1106 doWhileStatement->SetEnd(lexer_->GetToken().End()); in ParseDoWhileStatement()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1292 LocationRange &SetEnd(std::unique_ptr<ScriptPosition> end) in SetEnd() function