Searched refs:SetEnd (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_queue.h | 59 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));
|
D | weak_vector.cpp | 28 vector->SetEnd(thread, 0); in Create() 149 SetEnd(thread, end + 1); in PushBack()
|
D | weak_vector.h | 100 inline void SetEnd([[maybe_unused]] const JSThread *thread, uint32_t end) in SetEnd() function
|
D | object_factory.cpp | 2690 queue->SetEnd(thread_, JSTaggedValue(0)); in NewTaggedQueue()
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.h | 66 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()
|
D | liveness_analyzer.cpp | 351 live_range.SetEnd(live_range.GetEnd() + 1); in GetPropagatedLiveRange() 605 range.SetEnd(ln); in SplitAt()
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astNode.h | 227 void SetEnd(const lexer::SourcePosition &end) in AST_NODE_REINTERPRET_MAPPING()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_item_container.cpp | 489 index_section_item_.GetCurrentHeader()->SetEnd(end_); in RebuildIndexSection() 535 index_section_item_.GetCurrentHeader()->SetEnd(item); in AddIndexDependecies()
|
D | file_item_container.h | 371 void SetEnd(BaseItem *item) in SetEnd() function
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_types_test.cpp | 746 range.SetEnd(std::move(end)); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | statementParser.cpp | 868 statement->SetEnd(lexer_->GetToken().End()); in ConsumeSemicolon() 1106 doWhileStatement->SetEnd(lexer_->GetToken().End()); in ParseDoWhileStatement()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 1292 LocationRange &SetEnd(std::unique_ptr<ScriptPosition> end) in SetEnd() function
|