Home
last modified time | relevance | path

Searched refs:json_frame (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/utils/analyzer/
Dexploded-graph-rewriter.py111 def __init__(self, json_frame): argument
112 self.lctx_id = json_frame['lctx_id']
113 self.caption = json_frame['location_context']
114 self.decl = json_frame['calling']
115 self.loc = SourceLocation(json_frame['location']) \
116 if json_frame['location'] is not None else None
131 def __init__(self, json_frame): argument
132 self.location_context = LocationContext(json_frame)
135 b['value']) for b in json_frame['items']]
136 if json_frame['items'] is not None else [])
/external/llvm-project/lldb/examples/python/
Dcrashlog.py463 for json_frame in json_frames:
464 image_id = int(json_frame[0])
471 frame_offset = int(json_frame[1])