Home
last modified time | relevance | path

Searched defs:handlerPc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp256 uintptr_t handlerPc; member
278 uintptr_t handlerPc = (~LLVM_HANDLER_TAG & offset) + entrypoint; in LookupNullCheckEntrypoint() local
290 uintptr_t handlerPc = ToUintPtr(NullPointerExceptionBridge); in LookupNullCheckEntrypoint() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp330 uint32_t handlerPc; in TEST() member