Home
last modified time | relevance | path

Searched defs:IsHeapObject (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_accessor.h140 static bool IsHeapObject(ObjectPointerType v) in IsHeapObject() function
171 static bool IsHeapObject(coretypes::TaggedType v) in IsHeapObject() function
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp44 bool IsHeapObject(HeapAddress) const override { return false; } in IsHeapObject() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp37 bool IsHeapObject(HeapAddress) const override { return false; } in IsHeapObject() function in common::StubAllocator
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h199 ARK_INLINE bool IsHeapObject() const in IsHeapObject() function
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.cpp496 bool RegionSpace::IsHeapObject(HeapAddress addr) const in IsHeapObject() function in common::RegionSpace
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h227 inline bool IsHeapObject() const in IsHeapObject() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h392 bool IsHeapObject() const in IsHeapObject() function
1276 bool IsHeapObject() const in IsHeapObject() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp527 bool RawHeapTranslateV1::IsHeapObject(uint64_t addr) in IsHeapObject() function in rawheap_translate::RawHeapTranslateV1
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h626 bool IsHeapObject() const in IsHeapObject() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1150 bool JSValueRef::IsHeapObject() in IsHeapObject() function in panda::JSValueRef