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

  /external/v8/src/ic/
ic-state.h 91 AstType* GetRightType() const { return KindToType(right_kind_); }
  /external/v8/src/
type-info.cc 331 AstType::Union(state.GetRightType(), state.GetResultType(), zone()),
337 *right = state.GetRightType();
342 *right = AstType::Union(*right, state.GetRightType(), zone());
code-stubs-hydrogen.cc 394 AstType* right_type = state.GetRightType();
472 AstType* right_type = state.GetRightType();

Completed in 3306 milliseconds