Home
last modified time | relevance | path

Searched defs:Reference (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h386 struct Reference { struct
387 …enum class ReferenceType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT =… argument
389 Reference(const CString &name, JSTaggedValue value) : name_(name), value_(value) {} in Reference() argument
390Reference(const CString &name, JSTaggedValue value, ReferenceType type) : name_(name), value_(valu… in Reference() argument
391Reference(uint32_t index, JSTaggedValue value, ReferenceType type) : index_(index), value_(value),… in Reference() argument
396 ReferenceType type_ {ReferenceType::DEFAULT}; argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.h23 class Reference; variable
Dinterop_context.h49 class Reference; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_object_reference.h25 class Reference; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall.h30 class Reference; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h31 class Reference; variable
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.h27 class Reference; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dtyped_value.h102 static TypedValue Reference(ObjectHeader *value) in Reference() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dspan.h34 using Reference = T &; variable
Dlist.h135 using Reference = T &; variable
Dbit_vector.h98 using Reference = std::conditional_t<IS_CONST, bool, BitReference>; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dspan.h35 using Reference = T &; variable
Dlist.h139 using Reference = T &; variable
Dbit_vector.h97 using Reference = std::conditional_t<IsConst, bool, BitReference>; variable