Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/
Dvm_handle-inl.h32 inline VMHandle<T>::VMHandle(mem::GlobalObjectStorage *globalStorage, mem::Reference *reference) in VMHandle()
Dallocator_adapter.h75 using reference = T &; // NOLINT(readability-identifier-naming) variable
Drunslots_allocator_stl_adapter.h74 using reference = T &; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
Diterator.h29 using reference = typename std::iterator_traits<Iterator>::reference; member
56 using reference = typename Traits::reference; variable
/arkcompiler/jsvm/src/
Djsvm_reference.cpp175 RuntimeReference* reference = data.GetParameter(); in FirstPassCallback() local
183 RuntimeReference* reference = data.GetParameter(); in SecondPassCallback() local
190 RuntimeReference* reference = data.GetParameter(); in FirstPassCallbackWithoutFinalizer() local
Djs_native_api_v8.h284 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/
Dptr_list_ref.h61 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/
Dshared_reference.h111 using reference = value_type &; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h35 using reference = value_type &; variable
126 using reference = value_type &; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h36 using reference = value_type &; variable
129 using reference = value_type &; variable
Dsmall_vector.h85 using reference = typename VectorType::reference; variable
120 using reference = value_type &; variable
Dbit_vector.h109 using reference = value_type &; variable
310 using reference = BitReference; variable
Dbit_memory_region.h56 using reference = uint32_t; variable
Dbit_table.h83 using reference = value_type &; variable
171 using reference = value_type &; variable
/arkcompiler/runtime_core/static_core/verification/util/
Drange.h37 … using reference = Int &; // NOLINT(readability-identifier-naming) variable
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.cpp87 void GlobalObjectStorage::Remove(const Reference *reference) in Remove()
Dglobal_object_storage.h57 ObjectHeader *Get(const Reference *reference) const in Get()
76 uintptr_t GetAddressForRef(const Reference *reference) const in GetAddressForRef()
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h28 using reference = T &; variable
Dchunk_allocator.h28 using reference = T &; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp215 auto reference = objectFile_->GetSectionByFunctionName(std::string {functionName}); in GetCompiledCode() local
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h66 using reference = T &; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h69 using reference = T &; // NOLINT(readability-identifier-naming) variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.cpp77 HandleOtherFields<false>(cls, object, [gc, objectsStack, object](void *reference) { in HandleReference()
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dfind_references_test.cpp43 for (const ark::es2panda::lsp::ReferencedNode &reference : res) { in testCase() local
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dvector.hpp38 using reference = T &; typedef

12