Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/cflow/
Djumps_map.h37 bool PutJump(const void *pc_jump_ptr, const void *pc_target_ptr) in PutJump()
97 …bool GetFirstConflictingJump(const InstructionsMap &inst_map, PtrType *pc_jump_ptr, PtrType *pc_ta… in GetFirstConflictingJump()
Dcflow_check.cpp35 const uint8_t *pc_jump_ptr = nullptr; in CheckCode() local