Home
last modified time | relevance | path

Searched refs:FIRST_TYPE (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dobjects-debug.cc297 CHECK(FIRST_TYPE <= instance_type() && instance_type() <= LAST_TYPE); in MapVerify()
Dobjects.h752 FIRST_TYPE = 0x0, enumerator
754 FIRST_NAME_TYPE = FIRST_TYPE,
2612 FIRST_TYPE = INT64, enumerator
2802 for (Type type = FIRST_TYPE; index > last_index(type, section); in OffsetOfElementAt()
2863 DCHECK(type >= FIRST_TYPE && type < NUMBER_OF_TYPES); in next_type()
Dobjects-inl.h2325 for (int i = FIRST_TYPE; i < NUMBER_OF_TYPES; i++) { in are_in_range()
2401 for (Type type_iter = FIRST_TYPE; type_iter < type; in first_index()
2473 Type type = FIRST_TYPE; in get_type()
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc2991 if (from == FIRST_TYPE) return to; in TestType()
3003 if (from == FIRST_TYPE) return ls; in BranchCondition()
/external/v8/src/x64/
Dlithium-codegen-x64.cc2516 if (from == FIRST_TYPE) return to; in TestType()
2527 if (from == FIRST_TYPE) return below_equal; in BranchCondition()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc2470 if (from == FIRST_TYPE) return to; in TestType()
2481 if (from == FIRST_TYPE) return below_equal; in BranchCondition()
/external/v8/src/arm/
Dlithium-codegen-arm.cc2625 if (from == FIRST_TYPE) return to; in TestType()
2636 if (from == FIRST_TYPE) return ls; in BranchCondition()
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc2497 if (from == FIRST_TYPE) return to; in TestType()
2508 if (from == FIRST_TYPE) return ls; in BranchCondition()
/external/v8/src/x87/
Dlithium-codegen-x87.cc2766 if (from == FIRST_TYPE) return to; in TestType()
2777 if (from == FIRST_TYPE) return below_equal; in BranchCondition()
/external/v8/src/mips/
Dlithium-codegen-mips.cc2527 if (from == FIRST_TYPE) return to; in TestType()
2538 if (from == FIRST_TYPE) return ls; in BranchCondition()