Home
last modified time | relevance | path

Searched defs:span (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.h115 size_t GetSpanIndex(Span<Type> span) in GetSpanIndex()
Dtype_type.cpp422 static Span<Type> CopySpanToTypeSystem(Span<Type> span, TypeSystem *tsys) in CopySpanToTypeSystem()
430 Type Type::Intersection(Span<Type> span, TypeSystem *tsys) in Intersection()
437 Type Type::Union(Span<Type> span, TypeSystem *tsys) in Union()
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h146 auto span = Span<BranchData>(branchData, branches.size()); in From() local
204 auto span = Span<ThrowData>(throwData, throws.size()); in From() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dspan_test.cpp24 namespace ark::test::span { namespace
/arkcompiler/runtime_core/libpandabase/tests/
Dspan_test.cpp24 namespace panda::test::span { namespace
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp322 ClassIdxIterator(const File &file, const Span<const uint32_t> &span, size_t idx) in ClassIdxIterator()
391 static ClassIdxIterator Begin(const File &file, const Span<const uint32_t> &span) in Begin()
396 static ClassIdxIterator End(const File &file, const Span<const uint32_t> &span) in End()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp361 ClassIdxIterator(const File &file, const Span<const uint32_t> &span, size_t idx) in ClassIdxIterator()
430 static ClassIdxIterator Begin(const File &file, const Span<const uint32_t> &span) in Begin()
435 static ClassIdxIterator End(const File &file, const Span<const uint32_t> &span) in End()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dcompilation.cpp260 Span<uint8_t> span = {const_cast<uint8_t *>(code.code), code.size}; in Compile() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.h262 auto span = liveIns.GetContainerDataSpan(); in VisitAlive() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp49 Span span {section, size}; in SetFaultMaps() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h281 explicit BitVectorBase(Span<WordType> span) : size_(span.size() * WORD_BITS), storage_(span) in BitVectorBase()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_vector.h291 explicit BitVectorBase(Span<WordType> span) : size_(span.size() * WORD_BITS), storage_(span) in BitVectorBase()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument