Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc1075 DCHECK_LE(data_offset_, total_size_); in AssembleLIR()
1076 code_buffer_.reserve(total_size_); in AssembleLIR()
1149 total_size_ = AssignFillArrayDataOffset(offset); in AssignDataOffsets()
/art/compiler/dex/quick/
Dcodegen_util.cc359 LOG(INFO) << "code size is " << total_size_ << in CodegenDump()
362 << static_cast<float>(total_size_) / static_cast<float>(insns_size * 2); in CodegenDump()
1045 total_size_(0), in Mir2Lir()
Dmir_to_lir.h1792 size_t total_size_; // header + code size. variable
/art/compiler/dex/quick/arm/
Dassemble_arm.cc1610 DCHECK_LE(data_offset_, total_size_); in AssembleLIR()
1611 code_buffer_.reserve(total_size_); in AssembleLIR()
1684 total_size_ = AssignFillArrayDataOffset(offset); in AssignDataOffsets()
/art/compiler/dex/quick/mips/
Dassemble_mips.cc905 total_size_ = offset; in AssignOffsets()
/art/compiler/dex/quick/x86/
Dassemble_x86.cc2009 total_size_ = offset; in AssignOffsets()