Searched defs:IsHeapAddress (Results 1 – 4 of 4) sorted by relevance
144 …static bool IsHeapAddress(HeapAddress addr) { return (addr >= heapStartAddr_) && (addr < heapCurre… in IsHeapAddress() function164 …static bool IsHeapAddress(const void* addr) { return IsHeapAddress(reinterpret_cast<HeapAddress>(a… in IsHeapAddress() function
72 … ALWAYS_INLINE_CC bool IsHeapAddress(HeapAddress addr) const { return Heap::IsHeapAddress(addr); } in IsHeapAddress() function
94 bool HeapVerifier<LanguageConfig>::IsHeapAddress(void *addr) const in IsHeapAddress() function in ark::mem::HeapVerifier
2472 GateRef StubBuilder::IsHeapAddress(GateRef glue, GateRef value) in IsHeapAddress() function in panda::ecmascript::kungfu::StubBuilder