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

  /external/chromium_org/v8/src/
types.h 447 UnionType* AsUnion() { return UnionType::cast(this); }
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 67 static Struct* AsUnion(Type* t) {
110 static Struct* AsUnion(Handle<HeapType> t) { return AsStruct(t); }
385 Rep::Length(Rep::AsUnion(type1)) == Rep::Length(Rep::AsUnion(type2)));
    [all...]

Completed in 2208 milliseconds