Home
last modified time | relevance | path

Searched refs:GetRightType (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dtype-info.cc342 AstType::Union(state.GetRightType(), state.GetResultType(), zone()), in BinaryType()
348 *right = state.GetRightType(); in BinaryType()
353 *right = AstType::Union(*right, state.GetRightType(), zone()); in BinaryType()
Dcode-stubs-hydrogen.cc898 AstType* right_type = state.GetRightType(); in BuildCodeInitializedStub()
976 AstType* right_type = state.GetRightType(); in BuildCodeStub()
/external/v8/src/ic/
Dic-state.h121 AstType* GetRightType() const { return KindToType(right_kind_); } in GetRightType() function