Searched refs:dex_ (Results 1 – 2 of 2) sorted by relevance
309 : dex_{dex}, class_{class_def}, decl_{decl} {} in MethodBuilder()312 auto* method = dex_->Alloc<ir::EncodedMethod>(); in Encode()318 auto* code = dex_->Alloc<ir::Code>(); in Encode()326 size_t const return_count = decl_->prototype->return_type == dex_->GetOrAddType("V") ? 0 : 1; in Encode()372 const ir::String* const dex_string = dex_->GetOrAddString(value); in BuildConstString()483 const auto& prototype = dex_->GetPrototypeByMethodId(instruction.index_argument()); in EncodeInvoke()
360 DexBuilder* dex_file() const { return dex_; } in dex_file()476 DexBuilder* dex_; variable614 MethodDeclData constructor_data{dex_->GetOrDeclareMethod(type, "<init>", constructor)}; in BuildNew()616 ir::Type* type_def = dex_->GetOrAddType(type.descriptor()); in BuildNew()