Home
last modified time | relevance | path

Searched refs:GetOut (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate.cpp558 auto curOut = GetOut(0); in Gate()
570 auto curOut = GetOut(idx); in Gate()
578 auto curOut = GetOut(idx); in NewIn()
597 if (!GetOut(idx)->IsNextOutNull() && !GetOut(idx)->IsPrevOutNull()) { in DeleteIn()
598 GetOut(idx)->GetPrevOut()->SetNextOut(GetOut(idx)->GetNextOut()); in DeleteIn()
599 GetOut(idx)->GetNextOut()->SetPrevOut(GetOut(idx)->GetPrevOut()); in DeleteIn()
600 } else if (GetOut(id in DeleteIn()
619 Out *Gate::GetOut(size_t idx) GetOut() function in panda::ecmascript::kungfu::Gate
[all...]
H A Dgate.h155 [[nodiscard]] Out *GetOut(size_t idx);
159 // note: GetFirstOut() is not equal to GetOut(0)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h495 std::ostream &GetOut() const in GetOut() function in maple::MIRModule

Completed in 5 milliseconds