Home
last modified time | relevance | path

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

/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_layout_compiler.cc46 : method_{method}, in DexViewBuilder()
84 auto get_layout = method_->dex_file()->GetOrDeclareMethod( in BuildGetLayoutResource()
96 method_->AddInstruction( in BuildLayoutResourceToAttributeSet()
130 method_->AddInstruction(Instruction::InvokeVirtualObject( in BuildTryCreateView()
142 method_->BuildConstString(classname_tmp_, in StartView()
146 method_->BuildConst4(null, 0); in StartView()
151 auto label = method_->MakeLabel(); in StartView()
153 method_->AddInstruction( in StartView()
157 method_->BuildNew(view, in StartView()
174 method_->AddInstruction(Instruction::InvokeVirtualObject( in StartView()
[all …]
H A Ddex_layout_compiler.h96 dex::MethodBuilder* method_; variable
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp229 : pool_(pool), method_(method), localizer_(method) { in Visitor()
236 Visitor sub_visitor(pool_, method_); in Visit()
283 item = PseudolocalizeStyledString(string, method_, pool_); in Visit()
292 Pseudolocalizer::Method method_; member in aapt::__anona8d84bde0110::Visitor
/aosp14/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp98 method_##name = GetMethodIDOrDie(env, jclass, #name, signature); in initializeJavaIDs()