| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | ring_buffer.h | 35 using reference = value_type &; variable 82 constexpr reference operator*() const noexcept 126 using reference = value_type &; variable 171 constexpr reference emplace_back(Args... args) // NOLINT(readability-identifier-naming) in emplace_back() 205 constexpr reference emplace_front(Args... args) // NOLINT(readability-identifier-naming) in emplace_front() 339 constexpr reference front() noexcept // NOLINT(readability-identifier-naming) in front() 355 constexpr reference back() noexcept // NOLINT(readability-identifier-naming) in back() 368 constexpr reference operator[](size_type index) noexcept
|
| D | small_vector.h | 91 using reference = typename VectorType::reference; variable 439 reference emplace_back(_Args &&... values) in emplace_back() 527 reference back() in back() 535 reference operator[](size_t i)
|
| D | bit_vector.h | 293 using reference = BitReference; variable 332 reference operator[](size_t n)
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk_allocator.h | 28 using reference = T &; variable 73 pointer address(reference x) const in address()
|
| D | caddress_allocator.h | 28 using reference = T &; variable
|
| /arkcompiler/runtime_core/disassembler/templates/ |
| D | type_to_pandasm_type.cpp.erb | 27 % if (type.name == "reference") 48 % if (type.name != "reference" && type.name != "tagged")
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 66 using reference = T &; variable 108 pointer address(reference x) const in address()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | README.md | 135 --old JSON_FILE_PATH Base or reference benchmark result 136 --new JSON_FILE_PATH Benchmark result to be compared with the reference 144 bytecode_optimizer/tests/benchmark/compare.py --old=reference.json --new=new.json --failed=error.js…
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | g1-concurrent-marking-activity.puactivity | 26 :Remark (drain SATB buffers, reference processing);
|
| D | gc-mark.puactivity | 24 if (The object is a Reference object in the same generation space with reference) then(Yes)
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/tsxElementResolution17/ |
| D | consumer.tsx | 21 ///<reference path="file.tsx" />
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 222 Following reference types are supported: 226 | `cref` | code reference, represents references to the bytecode executable by Panda virtual machin… 227 | `dref` | data reference, represents references to aggregate data types (see below) | 229 All identifiers that are used for naming reference data types cannot be used for any other purpose. 250 …s context this name implicitly denotes a `dref` type which implements a reference to the data repr… 319 By default all function are static except ones that are binded to record and accept reference to it… 555 | `dref` | `reference` |
|
| D | glossary.md | 51 i.e. it treats anything inside object boundaries like a reference. Opposite term: **Precise GC**. 79 …achable/alive object, but still should be scanned by GC (to process all fields with reference type)
|
| D | 2022-08-18-isa-changelog.md | 44 2. We use offset to reference literalarray.
|
| D | memory-management.md | 288 Humongous objects can be allocated just by proxying requests to the OS(but keep reference to it som… 546 1. We store reference to a white object into a black object 551 …t_(inserted after the store). This barriers used **only** when we store reference to the object to… 558 …store_in_buff_to_mark(pre_val); // call function which stores reference to object stored in the fi… 572 Note: Sometimes we don't check if object and stored reference in different generations. Because we …
|
| D | design-of-interpreter.md | 152 Please find the reference implementation [here](../runtime/interpreter). 196 Please find the reference implementation [here](../runtime/interpreter/frame.h).
|
| D | rationale-for-bytecode.md | 120 * You don't need to pass object reference in accumulator in the object call. Usually objects live
|
| D | file_format.md | 431 …sponding element in the array. Size of the array is equals to number of reference types in the sho… 433 Note: Proper region index to resolve reference types indexes can be found by proto's offset. 437 Shorty is a short description of method's signature without detailed information about reference ty…
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | type.h.erb | 226 // It means the field_encoding is a reference type which refers to Class or ForeignClass
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 92 # each pc holds the reference to the basic block
|
| /arkcompiler/ets_frontend/test262/ |
| D | module_tests.txt | 267 invalid-private-names-call-expression-bad-reference.js 269 invalid-private-names-member-expression-bad-reference.js
|
| D | es5_tests.txt | 8362 language/types/reference/8.7.2-1-s.js 8363 language/types/reference/8.7.2-2-s.js 8364 language/types/reference/8.7.2-3-1-s.js 8365 language/types/reference/8.7.2-3-a-1gs.js 8366 language/types/reference/8.7.2-3-a-2gs.js 8367 language/types/reference/8.7.2-3-s.js 8368 language/types/reference/8.7.2-4-s.js 8369 language/types/reference/8.7.2-5-s.js 8370 language/types/reference/8.7.2-6-s.js 8371 language/types/reference/8.7.2-7-s.js [all …]
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file.cpp | 323 using reference = uint32_t &; typedef in panda::panda_file::ClassIdxIterator
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 493 ir::Expression *reference = nullptr; in ParseTsTemplateLiteralType() local 500 reference = ParseTsTypeAnnotation(&options); in ParseTsTemplateLiteralType() 510 references.push_back(reference); in ParseTsTemplateLiteralType()
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist-compiler-arm64.txt | 388 language/types/reference/put-value-prop-base-primitive.js
|