Home
last modified time | relevance | path

Searched refs:SetFirst (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp453 curBB->SetFirst(stmt); in CreateBasicBlocks()
468 curBB->SetFirst(stmt); in CreateBasicBlocks()
488 curBB->SetFirst(stmt); in CreateBasicBlocks()
510 curBB->SetFirst(stmt); in CreateBasicBlocks()
532 curBB->SetFirst(stmt); in CreateBasicBlocks()
549 curBB->SetFirst(stmt); in CreateBasicBlocks()
596 curBB->SetFirst(stmt); in CreateBasicBlocks()
619 curBB->SetFirst(stmt); in CreateBasicBlocks()
652 curBB->SetFirst(stmt); in CreateBasicBlocks()
736 curBB->SetFirst(stmt); in CreateBasicBlocks()
[all …]
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp51 deque->SetFirst(first); in InsertFront()
65 deque->SetFirst(0); in InsertEnd()
124 SetFirst(first); in PopFirst()
213 deque->SetFirst(0); in OwnKeys()
232 deque->SetFirst(0); in OwnEnumKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp746 body.SetFirst(lastBB->GetLastStmt()->GetNext()); in PalceCatchSeenSofar()
892 body.SetFirst(bodyFirst); in TraverseBBList()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h178 void SetFirst(StmtNode *stmt) in SetFirst() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h201 string->SetFirst(thread, left.GetTaggedValue()); in CreateTreeString()
Decma_string.cpp1086 tree->SetFirst(thread, JSTaggedValue(result)); in SlowFlatten()
1149 tree->SetFirst(vm->GetJSThread(), JSTaggedValue(result)); in FlattenNoGC()
Dobject_factory.cpp1288 JSAPIDeque::Cast(*obj)->SetFirst(0); in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp377 jsDeque->SetFirst(0); in NewJSAPIDeque()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2461 node->SetFirst(nextStmt); in SimplifyBlock()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2878 void SetFirst(StmtNode *node) in SetFirst() function