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

  /external/chromium_org/v8/src/compiler/
typer.cc 29 #define NATIVE_TYPE(sem, rep) \
32 Type* int8 = NATIVE_TYPE(SignedSmall, UntaggedInt8);
33 Type* int16 = NATIVE_TYPE(SignedSmall, UntaggedInt16);
34 Type* int32 = NATIVE_TYPE(Signed32, UntaggedInt32);
35 Type* uint8 = NATIVE_TYPE(UnsignedSmall, UntaggedInt8);
36 Type* uint16 = NATIVE_TYPE(UnsignedSmall, UntaggedInt16);
37 Type* uint32 = NATIVE_TYPE(Unsigned32, UntaggedInt32);
38 Type* float32 = NATIVE_TYPE(Number, UntaggedFloat32);
39 Type* float64 = NATIVE_TYPE(Number, UntaggedFloat64);
40 #undef NATIVE_TYPE
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 

Completed in 125 milliseconds