Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir-inl.h181 estimated_native_code_size_ += lir->flags.size; in SetupResourceMasks()
Dcodegen_util.cc417 estimated_native_code_size_ += sizeof(value); in AddWordData()
1010 estimated_native_code_size_(0), in Mir2Lir()
Dmir_to_lir.h1710 size_t estimated_native_code_size_; // Just an estimate; used to reserve code_buffer_ size. variable
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2368 estimated_native_code_size_ += 12; // Amount needed to align to 16 byte boundary. in AddVectorLiteral()
2370 estimated_native_code_size_ += 16; // Space for one vector. in AddVectorLiteral()