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

  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 19 public final class SizeOf {
27 private SizeOf() {
  /dalvik/dx/src/com/android/dx/dex/
SizeOf.java 19 public final class SizeOf {
20 private SizeOf() {}
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 210 /// SizeOf - Determine size of integer value in bytes.
212 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const {
216 case dwarf::DW_FORM_data1: return sizeof(int8_t);
218 case dwarf::DW_FORM_data2: return sizeof(int16_t);
220 case dwarf::DW_FORM_data4: return sizeof(int32_t);
222 case dwarf::DW_FORM_data8: return sizeof(int64_t);
263 AP->OutStreamer.EmitSymbolValue(Label, SizeOf(AP, Form), 0/*AddrSpace*/);
266 /// SizeOf - Determine size of label value in bytes.
268 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const {
286 AP->EmitLabelDifference(LabelHi, LabelLo, SizeOf(AP, Form))
    [all...]
DIE.h 223 /// SizeOf - Return the size of a value in bytes.
225 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const = 0;
265 /// SizeOf - Determine size of integer value in bytes.
267 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const;
290 /// SizeOf - Determine size of string value in bytes.
292 virtual unsigned SizeOf(AsmPrinter *AP, unsigned /*Form*/) const {
293 return Str.size() + sizeof(char); // sizeof('\0');
321 /// SizeOf - Determine size of label value in bytes.
323 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 49 static const int value = sizeof(Helper(T()));
63 static const int value = sizeof(typeid(Helper()));
88 struct SizeOf {
89 static const int value = sizeof(T);
93 Y3().Foo(X3<SizeOf<char>::value>());
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 331 static size_t SizeOf(size_t w, size_t h) {
  /external/v8/src/
objects.h     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 213 milliseconds