Home
last modified time | relevance | path

Searched refs:SetFirstOut (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h162 void SetFirstOut(const Out *firstOut);
Dgate.cpp523 in->SetFirstOut(curOut); in NewIn()
540 GetIn(idx)->GetGate()->SetFirstOut(GetOut(idx)->GetNextOut()); in DeleteIn()
590 void Gate::SetFirstOut(const Out *firstOut) in SetFirstOut() function in panda::ecmascript::kungfu::Gate