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

  /external/chromium_org/v8/src/
types.cc 446 UnionHandle unioned = handle(this->AsUnion());
510 UnionHandle unioned = handle(this->AsUnion());
634 UnionHandle result = UnionType::New(size, region);
659 RangeHandle range, UnionHandle result, int size, Region* region) {
684 UnionHandle result, int size, Region* region) {
762 UnionHandle result = UnionType::New(size, region);
793 TypeHandle type, UnionHandle result, int size, Region* region) {
811 UnionHandle unioned, int size) {
837 UnionHandle unioned = handle(this->AsUnion());
855 UnionHandle unioned = handle(this->AsUnion())
    [all...]
types.h 312 typedef typename Config::template Handle<UnionType>::type UnionHandle;
545 RangeHandle type, UnionHandle result, int size, Region* region);
552 TypeHandle type, UnionHandle result, int size, Region* region);
555 UnionHandle result, int size, Region* region);
556 static TypeHandle NormalizeUnion(UnionHandle unioned, int size);
694 static UnionHandle New(int length, Region* region) {
    [all...]

Completed in 42 milliseconds