Home
last modified time | relevance | path

Searched refs:SMI_ONLY (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dast.cc468 compare_type_ = SMI_ONLY; in RecordTypeFeedback()
599 compare_type_ = SMI_ONLY; in RecordTypeFeedback()
Dast.h1000 bool IsSmiCompare() { return compare_type_ == SMI_ONLY; } in IsSmiCompare()
1012 SMI_ONLY, enumerator
1846 bool IsSmiCompare() { return compare_type_ == SMI_ONLY; } in IsSmiCompare()
1877 enum CompareTypeFeedback { NONE, SMI_ONLY, OBJECT_ONLY }; enumerator