Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/cflow/
Dexception_source_map.h30 bool PutExceptionSourceRange(const void *pc_start, const void *pc_end) in PutExceptionSourceRange()
34 bool PutExceptionSourceRange(const void *pc_start, size_t sz) in PutExceptionSourceRange()
42 bool ClearExceptionSourceRange(const void *pc_start, const void *pc_end) in ClearExceptionSourceRange()
46 bool ClearExceptionSourceRange(const void *pc_start, size_t sz) in ClearExceptionSourceRange()
Dinstructions_map.h44 bool MarkCodeBlock(const void *pc_start, const void *pc_end) in MarkCodeBlock()
48 bool MarkCodeBlock(const void *pc_start, size_t sz) in MarkCodeBlock()
52 bool ClearCodeBlock(const void *pc_start, const void *pc_end) in ClearCodeBlock()
56 bool ClearCodeBlock(const void *pc_start, size_t sz) in ClearCodeBlock()