Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_utils.h57 void SetConvertJITFrame(bool enable) { convert_jit_frame_ = enable; } in SetConvertJITFrame()
83 bool convert_jit_frame_ = true; variable
Dreport_utils.cpp124 if (convert_jit_frame_) { in Build()