Home
last modified time | relevance | path

Searched refs:Begin (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
DcatchTable.h46 return try_.Begin(); in TryBegin()
56 return catch_.Begin(); in CatchBegin()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DlabelPair.h27 Label *Begin() const in Begin() function
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp395 static ClassIdxIterator Begin(const File &file, const Span<const uint32_t> &span) in Begin() function in panda::panda_file::ClassIdxIterator
642 …auto it = std::lower_bound(ClassIdxIterator::Begin(*this, class_idx), ClassIdxIterator::End(*this,… in GetClassId()