Home
last modified time | relevance | path

Searched refs:InAllocatedCodeRange (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.h58 bool InAllocatedCodeRange(const void *pc);
Dcode_allocator.cpp78 bool CodeAllocator::InAllocatedCodeRange(const void *pc) in InAllocatedCodeRange() function in panda::CodeAllocator
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dcode_allocator.h56 PANDA_PUBLIC_API bool InAllocatedCodeRange(const void *pc);
Dcode_allocator.cpp76 bool CodeAllocator::InAllocatedCodeRange(const void *pc) in InAllocatedCodeRange() function in ark::CodeAllocator
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp194 bool InAllocatedCodeRange(uintptr_t pc) in InAllocatedCodeRange() function
214 return codeAllocator->InAllocatedCodeRange(ToVoidPtr(pc)); in InAllocatedCodeRange()
256 if (!InAllocatedCodeRange(entrypoint)) { in FindCompilerEntrypoint()
274 if (!InAllocatedCodeRange(pc)) { in DetectSEGVFromCompiledCode()
Dsignal_handler.h33 bool InAllocatedCodeRange(uintptr_t pc);
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp368 bool pcInCompiledCode = InAllocatedCodeRange(pc); in ProcessCompiledTopFrame()