Home
last modified time | relevance | path

Searched defs:end (Results 1 - 25 of 250) sorted by relevance

12345678910

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dthread_local_allocation_buffer.cpp18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() argument
H A Dlayout_visitor.h41 IteratorRange(TaggedObject *root, const EcmaObjectRangeVisitor& visitor, size_t start, size_t end, VisitObjectArea area) IteratorRange() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem_hooks.h42 static _CrtMemState begin, end, out; member in ark::os::windows::mem_hooks::PandaHooks
/arkcompiler/runtime_core/libpandabase/utils/
H A Drange.h24 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() argument
31 It end() in end() function in panda::Range
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Drange.h23 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() argument
32 It end() const in end() function in ark::Range
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() argument
/arkcompiler/runtime_core/assembler/
H A Dide_helpers.h39 SourcePosition end; member
H A Dassembly-context.h47 bool end = false; /* end of line flag */ member
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dpbc_iterator.h61 BytecodeIterator end() const in end() function
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-context.h48 bool end = false; /* end of line flag */ member
H A Dide_helpers.h40 SourcePosition end; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dpbc_iterator.h55 BytecodeIterator end() const in end() function
/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dfunctions_test.cpp26 auto end = text.find('}', beg); in ExtractFuncBody() local
H A Dliterals_test.cpp26 auto end = text.find('}', beg); in ExtractArrayBody() local
H A Dtest_debug_info.cpp27 auto end = text.find('}', beg); in ExtractFuncBody() local
H A Drecords_test.cpp26 auto end = text.find('}', beg); in ExtractRecordBody() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
H A Dregexp_executor.cpp28 uint32_t end = captureState->captureEnd - begin; in GetIndices() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dbitmap_page_alignment_test.cpp61 auto *end = ToVoidPtr(heapBegin + (i + j) * DEFAULT_ALIGNMENT_IN_BYTES); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dobject_preview.cpp68 auto end = start + std::min(properties.size(), PROPERTIES_NMB_LIMIT); in ObjectPreview() local
/arkcompiler/runtime_core/static_core/verification/config/handlers/
H A Dconfig_handler_options.cpp88 const char *end = i.c_str() + i.length(); // NOLINT in RegisterConfigHandlerOptionsVerifierForSection() local
H A Dconfig_handler_whitelist.cpp76 const char *end = i.c_str() + i.length(); // NOLINT in RegisterConfigHandlerWhitelistSectionHandler() local
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.h44 SourceRange(SourcePosition s, SourcePosition e) noexcept : start(s), end(e) {} in end() function in ark::es2panda::lexer::SourceRange
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.h48 SourceRange(SourcePosition s, SourcePosition e) noexcept : start(s), end(e) {} in end() function in panda::es2panda::lexer::SourceRange
/arkcompiler/ets_runtime/ecmascript/
H A Dsustaining_js_handle.cpp65 auto end = (i != (size - 1)) ? &(block->data()[BLOCK_SIZE]) : blockNext_; in Iterate() local

Completed in 7 milliseconds

12345678910