Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc52 classname_tmp_{method->AllocRegister()},
142 method_->BuildConstString(classname_tmp_, in StartView()
147 BuildTryCreateView(/*dest=*/view, /*parent=*/null, classname_tmp_); in StartView()
149 BuildTryCreateView(/*dest=*/view, /*parent=*/GetCurrentView(), classname_tmp_); in StartView()
Ddex_layout_compiler.h106 const dex::LiveRegister classname_tmp_; variable