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

  /external/v8/src/ic/
ic-state.h 90 AstType* GetLeftType() const { return KindToType(left_kind_); }
  /external/v8/src/
type-info.cc 330 state.GetLeftType(),
336 *left = state.GetLeftType();
341 *left = AstType::Union(*left, state.GetLeftType(), zone());
373 return AstType::Union(type, state.GetLeftType(), zone());
code-stubs-hydrogen.cc 393 AstType* left_type = state.GetLeftType();
471 AstType* left_type = state.GetLeftType();

Completed in 301 milliseconds