Lines Matching refs:XArray

204 static Word StackBlocks__cmp ( XArray* fb1s, XArray* fb2s )  in StackBlocks__cmp()
222 static void pp_StackBlocks ( XArray* sbs ) in pp_StackBlocks()
256 static XArray* /* of StackBlock */
258 ( XArray* /* of StackBlock */ orig ) in StackBlocks__find_and_dealloc__or_add()
363 XArray* res; in StackBlocks__find_and_dealloc__or_add()
367 res = (XArray*)key; in StackBlocks__find_and_dealloc__or_add()
381 static XArray* /* of StackBlock */ get_StackBlocks_for_IP ( Addr ip ) in get_StackBlocks_for_IP()
383 XArray* blocks = VG_(di_get_stack_blocks_at_ip)( ip, True/*arrays only*/ ); in get_StackBlocks_for_IP()
523 XArray* /* FrameBlock */ descrs, in add_blocks_to_StackTree()
524 XArray* /* Addr */ bases, in add_blocks_to_StackTree()
571 XArray* /* Addr */ bases ) in del_blocks_from_StackTree()
1091 XArray* /* of GlobalBlock */ gbs; in acquire_globals()
1191 XArray* blocks; /* XArray* of StackBlock, or NULL if none */
1235 XArray* /* of Addr */ blocks_added_by_call;
1400 XArray* /* StackBlock */ ip_frameblocks in find_or_create_IInstance_SLOW()
1457 XArray* /* StackBlock */ ip_frameblocks in find_or_create_IInstance()
1494 static XArray* /* Addr */ calculate_StackBlock_EAs ( in calculate_StackBlock_EAs()
1495 XArray* /* StackBlock */ blocks, in calculate_StackBlock_EAs()
1499 XArray* res; in calculate_StackBlock_EAs()
1520 XArray* /* of StackBlock */ thisInstrBlocks ) in classify_address()
1774 Word sszB, Addr ip, XArray* ip_frameBlocks ) in helperc__mem_access()
1858 XArray* descrs_at_call_insn ) in shadowStack_new_frame()
1954 XArray* blocks_at_call_insn, in helperc__new_frame()
2135 XArray* frameBlocks = NULL; in instrument_mem_access()
2354 XArray* frameBlocks; in sg_instrument_final_jump()