| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | vm_handle-inl.h | 32 inline VMHandle<T>::VMHandle(mem::GlobalObjectStorage *globalStorage, mem::Reference *reference) in VMHandle()
|
| D | allocator_adapter.h | 75 using reference = T &; // NOLINT(readability-identifier-naming) variable
|
| D | runslots_allocator_stl_adapter.h | 74 using reference = T &; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/ |
| D | iterator.h | 29 using reference = typename std::iterator_traits<Iterator>::reference; member 56 using reference = typename Traits::reference; variable
|
| /arkcompiler/jsvm/src/ |
| D | jsvm_reference.cpp | 175 RuntimeReference* reference = data.GetParameter(); in FirstPassCallback() local 183 RuntimeReference* reference = data.GetParameter(); in SecondPassCallback() local 190 RuntimeReference* reference = data.GetParameter(); in FirstPassCallbackWithoutFinalizer() local
|
| D | js_native_api_v8.h | 284 v8impl::UserReference* reference = v8impl::UserReference::New(env, v8_value, 1); in CreatePropertyCfg() local 290 v8impl::UserReference* reference = v8impl::UserReference::New(env, v8_value, 1); in CreatePropertyCfg() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | ptr_list_ref.h | 61 using reference = typename std::iterator_traits<T>::reference; variable 145 using reference = T &; variable 223 using reference = T &; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | shared_reference.h | 111 using reference = value_type &; variable
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | ring_buffer.h | 35 using reference = value_type &; variable 126 using reference = value_type &; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | ring_buffer.h | 36 using reference = value_type &; variable 129 using reference = value_type &; variable
|
| D | small_vector.h | 85 using reference = typename VectorType::reference; variable 120 using reference = value_type &; variable
|
| D | bit_vector.h | 109 using reference = value_type &; variable 310 using reference = BitReference; variable
|
| D | bit_memory_region.h | 56 using reference = uint32_t; variable
|
| D | bit_table.h | 83 using reference = value_type &; variable 171 using reference = value_type &; variable
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | range.h | 37 … using reference = Int &; // NOLINT(readability-identifier-naming) variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | global_object_storage.cpp | 87 void GlobalObjectStorage::Remove(const Reference *reference) in Remove()
|
| D | global_object_storage.h | 57 ObjectHeader *Get(const Reference *reference) const in Get() 76 uintptr_t GetAddressForRef(const Reference *reference) const in GetAddressForRef()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | caddress_allocator.h | 28 using reference = T &; variable
|
| D | chunk_allocator.h | 28 using reference = T &; variable
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_irtoc_compiler.cpp | 215 auto reference = objectFile_->GetSectionByFunctionName(std::string {functionName}); in GetCompiledCode() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 66 using reference = T &; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 69 using reference = T &; // NOLINT(readability-identifier-naming) variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| D | ets_reference_processor.cpp | 77 HandleOtherFields<false>(cls, object, [gc, objectsStack, object](void *reference) { in HandleReference()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | find_references_test.cpp | 43 for (const ark::es2panda::lsp::ReferencedNode &reference : res) { in testCase() local
|
| /arkcompiler/runtime_core/taihe/runtime/include/taihe/ |
| D | vector.hpp | 38 using reference = T &; typedef
|