Home
last modified time | relevance | path

Searched refs:GetLeftType (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dtype-hint-analyzer.cc38 *hints = BinaryOperationHints(ToHint(state.GetLeftType()), in GetBinaryOperationHints()
/external/v8/src/
Dtype-info.cc248 *left = state.GetLeftType(); in BinaryType()
268 return state.GetLeftType(); in CountType()
Dcode-stubs-hydrogen.cc1448 Type* left_type = state.GetLeftType(); in BuildCodeInitializedStub()
1529 Type* left_type = state.GetLeftType(); in BuildCodeStub()
/external/v8/src/ic/
Dic-state.h123 Type* GetLeftType() const { return KindToType(left_kind_); } in GetLeftType() function