Home
last modified time | relevance | path

Searched defs:IsHeapAddress (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/
Dheap.h144 …static bool IsHeapAddress(HeapAddress addr) { return (addr >= heapStartAddr_) && (addr < heapCurre… in IsHeapAddress() function
164 …static bool IsHeapAddress(const void* addr) { return IsHeapAddress(reinterpret_cast<HeapAddress>(a… in IsHeapAddress() function
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dallocator.h72 … ALWAYS_INLINE_CC bool IsHeapAddress(HeapAddress addr) const { return Heap::IsHeapAddress(addr); } in IsHeapAddress() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_verifier.cpp94 bool HeapVerifier<LanguageConfig>::IsHeapAddress(void *addr) const in IsHeapAddress() function in ark::mem::HeapVerifier
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2472 GateRef StubBuilder::IsHeapAddress(GateRef glue, GateRef value) in IsHeapAddress() function in panda::ecmascript::kungfu::StubBuilder