Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h35 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
Dsmall_vector.h91 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)
Dbit_vector.h293 using reference = BitReference; variable
332 reference operator[](size_t n)
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h28 using reference = T &; variable
73 pointer address(reference x) const in address()
Dcaddress_allocator.h28 using reference = T &; variable
/arkcompiler/runtime_core/disassembler/templates/
Dtype_to_pandasm_type.cpp.erb27 % if (type.name == "reference")
48 % if (type.name != "reference" && type.name != "tagged")
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h66 using reference = T &; variable
108 pointer address(reference x) const in address()
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md135 --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/
Dg1-concurrent-marking-activity.puactivity26 :Remark (drain SATB buffers, reference processing);
Dgc-mark.puactivity24 if (The object is a Reference object in the same generation space with reference) then(Yes)
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/tsxElementResolution17/
Dconsumer.tsx21 ///<reference path="file.tsx" />
/arkcompiler/runtime_core/docs/
Dassembly_format.md222 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` |
Dglossary.md51 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)
D2022-08-18-isa-changelog.md44 2. We use offset to reference literalarray.
Dmemory-management.md288 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 …
Ddesign-of-interpreter.md152 Please find the reference implementation [here](../runtime/interpreter).
196 Please find the reference implementation [here](../runtime/interpreter/frame.h).
Drationale-for-bytecode.md120 * You don't need to pass object reference in accumulator in the object call. Usually objects live
Dfile_format.md431 …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/
Dtype.h.erb226 // It means the field_encoding is a reference type which refers to Class or ForeignClass
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md92 # each pc holds the reference to the basic block
/arkcompiler/ets_frontend/test262/
Dmodule_tests.txt267 invalid-private-names-call-expression-bad-reference.js
269 invalid-private-names-member-expression-bad-reference.js
Des5_tests.txt8362 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/
Dfile.cpp323 using reference = uint32_t &; typedef in panda::panda_file::ClassIdxIterator
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp493 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/
Dtest262skiplist-compiler-arm64.txt388 language/types/reference/put-value-prop-base-primitive.js

12