OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnionHandle
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
types.h
343
typedef typename Config::template Handle<UnionType>::type
UnionHandle
;
618
RangeHandle type,
UnionHandle
result, int size, Region* region);
629
TypeHandle type,
UnionHandle
result, int size, Region* region);
630
static int IntersectAux(TypeHandle type, TypeHandle other,
UnionHandle
result,
632
static TypeHandle NormalizeUnion(
UnionHandle
unioned, int size,
771
static
UnionHandle
New(int length, Region* region) {
[
all
...]
types.cc
792
UnionHandle
result = UnionType::New(size, region);
818
RangeHandle range,
UnionHandle
result, int size, Region* region) {
863
UnionHandle
result, int size, Limits* lims,
1004
UnionHandle
result = UnionType::New(size, region);
[
all
...]
Completed in 112 milliseconds