HomeSort by relevance Sort by last modified time
    Searched full:representation1 (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-types.cc 200 Type* representation1 = T.Representation(type1); local
205 Type* representation_union = T.Union(representation1, representation2);
217 Type* representation1 = T.Representation(type1); local
223 T.Intersect(representation1, representation2);
236 Type* representation1 = T.Representation(type1); local
240 bool representation_is = representation1->Is(representation2);
    [all...]

Completed in 186 milliseconds