Searched refs:InAllocatedCodeRange (Results 1 – 7 of 7) sorted by relevance
58 bool InAllocatedCodeRange(const void *pc);
78 bool CodeAllocator::InAllocatedCodeRange(const void *pc) in InAllocatedCodeRange() function in panda::CodeAllocator
56 PANDA_PUBLIC_API bool InAllocatedCodeRange(const void *pc);
76 bool CodeAllocator::InAllocatedCodeRange(const void *pc) in InAllocatedCodeRange() function in ark::CodeAllocator
194 bool InAllocatedCodeRange(uintptr_t pc) in InAllocatedCodeRange() function214 return codeAllocator->InAllocatedCodeRange(ToVoidPtr(pc)); in InAllocatedCodeRange()256 if (!InAllocatedCodeRange(entrypoint)) { in FindCompilerEntrypoint()274 if (!InAllocatedCodeRange(pc)) { in DetectSEGVFromCompiledCode()
33 bool InAllocatedCodeRange(uintptr_t pc);
368 bool pcInCompiledCode = InAllocatedCodeRange(pc); in ProcessCompiledTopFrame()