HomeSort by relevance Sort by last modified time
    Searched defs:ComputeSize (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 446 /// ComputeSize - calculate the size of the location expression.
448 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
501 /// ComputeSize - calculate the size of the block.
503 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const {
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
  /art/runtime/
stack.h 71 static size_t ComputeSize(uint32_t num_vregs) {
79 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
  /art/oatdump/
oatdump.cc 482 size_t ComputeSize(const void* oat_data) {
    [all...]

Completed in 153 milliseconds