Home
last modified time | relevance | path

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

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