Searched refs:ComputeSize (Results 1 - 8 of 8) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc612 size_t X86Mir2Lir::ComputeSize(const X86EncodingMap* entry, int32_t raw_reg, int32_t raw_index, function in class:art::X86Mir2Lir
686 return ComputeSize(entry, NO_REG, NO_REG, NO_REG, 0);
688 return ComputeSize(entry, NO_REG, NO_REG, lir->operands[0], 0);
690 return ComputeSize(entry, NO_REG, NO_REG, lir->operands[0], 0);
692 return ComputeSize(entry, NO_REG, NO_REG, lir->operands[0], lir->operands[1]);
694 return ComputeSize(entry, NO_REG, lir->operands[1], lir->operands[0], lir->operands[3]);
696 return ComputeSize(entry, lir->operands[2], NO_REG, lir->operands[0], lir->operands[1]);
698 return ComputeSize(entry, lir->operands[2], NO_REG, lir->operands[0], lir->operands[1]);
700 return ComputeSize(entry, lir->operands[4], lir->operands[1], lir->operands[0],
704 return ComputeSize(entr
[all...]
H A Dcodegen_x86.h421 size_t ComputeSize(const X86EncodingMap* entry, int32_t raw_reg, int32_t raw_index,
/art/runtime/
H A Dstack.h126 static size_t ComputeSize(uint32_t num_vregs) { function in class:art::ShadowFrame
134 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc202 void* memory = alloca(ShadowFrame::ComputeSize(num_regs));
/art/runtime/interpreter/
H A Dinterpreter.cc428 void* memory = alloca(ShadowFrame::ComputeSize(num_regs));
H A Dinterpreter_common.cc540 void* memory = alloca(ShadowFrame::ComputeSize(num_regs));
/art/oatdump/
H A Doatdump.cc260 size_t ComputeSize(const void* oat_data) { function in class:art::OatDumper
1404 return oat_dumper_->ComputeSize(oat_data);
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc503 void* memory = alloca(ShadowFrame::ComputeSize(num_regs));

Completed in 182 milliseconds