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

  /art/runtime/
image-inl.h 76 pos += table->ComputeSize(pointer_size);
image.cc 157 pos += array->ComputeSize(array->size());
172 pos += array->ComputeSize(array->size(), method_size, method_alignment);
art_method.h 169 size_t ComputeSize(size_t pointer_size) const {
171 return ComputeSize(NumEntries(pointer_size), pointer_size);
177 return table->ComputeSize(pointer_size) + EntrySize(pointer_size);
181 static size_t ComputeSize(size_t num_entries, size_t pointer_size) {
stack.h 118 static size_t ComputeSize(uint32_t num_vregs) {
126 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
140 size_t frame_size = ShadowFrame::ComputeSize(num_vregs); \
class_linker.cc     [all...]
  /art/runtime/verifier/
register_line-inl.h 177 inline size_t RegisterLine::ComputeSize(size_t num_regs) {
182 void* memory = verifier->GetArena().Alloc(ComputeSize(num_regs));
198 ProtectMemory(ptr, RegisterLine::ComputeSize(ptr->NumRegs()));
register_line.h 206 ALWAYS_INLINE static size_t ComputeSize(size_t num_regs);
  /art/compiler/driver/
compiled_method_storage.cc 37 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size()));
46 size_t size = LengthPrefixedArray<T>::ComputeSize(array->size());
  /art/runtime/base/
length_prefixed_array.h 71 static size_t ComputeSize(size_t num_elements,
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 340 addULEB128(Value.getDIEBlock().ComputeSize(AP));
343 addULEB128(Value.getDIELoc().ComputeSize(AP));
DIE.cpp 499 /// ComputeSize - calculate the size of the location expression.
501 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
550 /// ComputeSize - calculate the size of the block.
552 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const {
DwarfUnit.cpp 311 Loc->ComputeSize(Asm);
319 Block->ComputeSize(Asm);
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 706 /// ComputeSize - Calculate the size of the location expression.
708 unsigned ComputeSize(const AsmPrinter *AP) const;
740 /// ComputeSize - Calculate the size of the location expression.
742 unsigned ComputeSize(const AsmPrinter *AP) const;
  /art/compiler/
image_writer.cc     [all...]
  /art/oatdump/
oatdump.cc 472 size_t ComputeSize(const void* oat_data) {
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 2187 milliseconds