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

  /external/v8/src/
deoptimize-reason.h 22 V(Hole, "hole") \
  /external/v8/src/compiler/
type-cache.h 39 Type::Union(Type::SignedSmall(), Type::Hole(), zone());
typer.cc 52 Type::Union(singleton_empty_string_, Type::Hole(), zone),
576 return Type::Union(Type::Hole(), Type::NonInternal(), typer_->zone());
912 if ((lhs->Is(Type::Hole()) || rhs->Is(Type::Hole())) && !lhs->Maybe(rhs)) {
    [all...]
types.h 126 V(Hole, 1u << 22) \
common-operator.cc 423 V(Eager, Hole) \
    [all...]
js-native-context-specialization.cc     [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 376 Description : Compute sites for internal polygon (for hole).
412 Description : Compute the simple chains of sites for internal polygon (= hole)
418 pTopSite : in, the most left site of hole
466 Description : Compute the external Voronoi Diagram for each internal polygon (hole).
492 (= the most left vertex) of each hole
503 final VD with top vertex of given hole. It stores in pHole->opposite_site.
504 The search begins from Hole->nearest_site and realizes in clockwise
505 direction around the top vertex of given hole.
509 pHole : in, given hole
518 final VD with top vertex of given hole. It stores in pHole->opposite_site
    [all...]
  /external/v8/src/ast/
ast-types.h 204 V(Hole, 1u << 19 | AST_REPRESENTATION(kTaggedPointer)) \
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 888 DEFINE_GET_CONSTANT(Hole, the_hole, the_hole_value, the_hole, HType::None(),
906 DEFINE_IS_CONSTANT(Hole, the_hole)
2813 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) local
8725 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) local
8886 HValue* hole = IsFastSmiOrObjectElementsKind(kind) local
    [all...]

Completed in 377 milliseconds