Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc366 bool return_as_object = (tweak_ & Tweak::ReturnAsObject) != 0; in Apply() local
370 SLICER_CHECK(!return_as_object || in Apply()
372 const auto return_type = return_as_object ? builder.GetType("Ljava/lang/Object;") in Apply()