Searched refs:GetResultType (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dtype-info.cc331 AstType::Union(state.GetRightType(), state.GetResultType(), zone()),
338 *result = state.GetResultType();
343 *result = AstType::Union(*result, state.GetResultType(), zone());
H A Dcode-stubs-hydrogen.cc395 AstType* result_type = state.GetResultType();
473 AstType* result_type = state.GetResultType();
/external/v8/src/ic/
H A Dic-state.h92 AstType* GetResultType() const;
H A Dic-state.cc207 AstType* BinaryOpICState::GetResultType() const { function in class:v8::internal::BinaryOpICState

Completed in 169 milliseconds