Searched defs:ComputeSize (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc333 static size_t ComputeSize(const X86EncodingMap* entry, int base, int displacement, bool has_sib) { function in namespace:art
374 return ComputeSize(entry, 0, 0, false);
376 return ComputeSize(entry, lir->operands[0], lir->operands[1], false);
378 return ComputeSize(entry, lir->operands[0], lir->operands[3], true);
380 return ComputeSize(entry, lir->operands[0], lir->operands[1], false);
382 return ComputeSize(entry, lir->operands[0], lir->operands[3], true);
384 return ComputeSize(entry, 0, lir->operands[0], false);
386 return ComputeSize(entry, 0, 0, false);
388 return ComputeSize(entry, 0, 0, false);
390 return ComputeSize(entr
[all...]
/art/runtime/
H A Dstack.h62 static size_t ComputeSize(uint32_t num_vregs) { function in class:art::ShadowFrame
70 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
/art/oatdump/
H A Doatdump.cc154 size_t ComputeSize(const void* oat_data) { function in class:art::OatDumper
1070 return oat_dumper_->ComputeSize(oat_data);

Completed in 270 milliseconds