| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | thread_local_allocation_buffer.cpp | 18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() argument
|
| H A D | layout_visitor.h | 41 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 D | mem_hooks.h | 42 static _CrtMemState begin, end, out; member in ark::os::windows::mem_hooks::PandaHooks
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | range.h | 24 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 D | range.h | 23 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 D | labelPair.h | 25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | labelPair.h | 25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | ide_helpers.h | 39 SourcePosition end; member
|
| H A D | assembly-context.h | 47 bool end = false; /* end of line flag */ member
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A D | pbc_iterator.h | 61 BytecodeIterator end() const in end() function
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-context.h | 48 bool end = false; /* end of line flag */ member
|
| H A D | ide_helpers.h | 40 SourcePosition end; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | pbc_iterator.h | 55 BytecodeIterator end() const in end() function
|
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| H A D | functions_test.cpp | 26 auto end = text.find('}', beg); in ExtractFuncBody() local
|
| H A D | literals_test.cpp | 26 auto end = text.find('}', beg); in ExtractArrayBody() local
|
| H A D | test_debug_info.cpp | 27 auto end = text.find('}', beg); in ExtractFuncBody() local
|
| H A D | records_test.cpp | 26 auto end = text.find('}', beg); in ExtractRecordBody() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/ |
| H A D | regexp_executor.cpp | 28 uint32_t end = captureState->captureEnd - begin; in GetIndices() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | bitmap_page_alignment_test.cpp | 61 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 D | object_preview.cpp | 68 auto end = start + std::min(properties.size(), PROPERTIES_NMB_LIMIT); in ObjectPreview() local
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| H A D | config_handler_options.cpp | 88 const char *end = i.c_str() + i.length(); // NOLINT in RegisterConfigHandlerOptionsVerifierForSection() local
|
| H A D | config_handler_whitelist.cpp | 76 const char *end = i.c_str() + i.length(); // NOLINT in RegisterConfigHandlerWhitelistSectionHandler() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/token/ |
| H A D | sourceLocation.h | 44 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 D | sourceLocation.h | 48 SourceRange(SourcePosition s, SourcePosition e) noexcept : start(s), end(e) {} in end() function in panda::es2panda::lexer::SourceRange
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | sustaining_js_handle.cpp | 65 auto end = (i != (size - 1)) ? &(block->data()[BLOCK_SIZE]) : blockNext_; in Iterate() local
|