Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang.l42 static int check_type(yyscan_t yyscanner);
177 return check_type(yyscanner);
503 int check_type(yyscan_t yyscanner) { in check_type() function
Dglslang_lex.cpp778 static int check_type(yyscan_t yyscanner);
1454 return check_type(yyscanner);
3119 int check_type(yyscan_t yyscanner) { in check_type() function
/external/v8/src/
Dtype-info.cc652 target->check_type() != RECEIVER_MAP_CHECK) { in ProcessRelocInfos()
653 SetInfo(ast_id, Smi::FromInt(target->check_type())); in ProcessRelocInfos()
Dhydrogen.cc5529 CheckType check_type) { in TryInlineBuiltinMethodCall() argument
5530 ASSERT(check_type != RECEIVER_MAP_CHECK || !receiver_map.is_null()); in TryInlineBuiltinMethodCall()
5538 if (argument_count == 2 && check_type == STRING_CHECK) { in TryInlineBuiltinMethodCall()
5567 if (argument_count == 2 && check_type == RECEIVER_MAP_CHECK) { in TryInlineBuiltinMethodCall()
5580 if (argument_count == 3 && check_type == RECEIVER_MAP_CHECK) { in TryInlineBuiltinMethodCall()
5622 if (argument_count == 1 && check_type == RECEIVER_MAP_CHECK) { in TryInlineBuiltinMethodCall()
5635 if (argument_count == 3 && check_type == RECEIVER_MAP_CHECK) { in TryInlineBuiltinMethodCall()
5728 if (!expr->IsMonomorphic() || expr->check_type() != RECEIVER_MAP_CHECK) { in TryCallApply()
5852 expr->check_type())) { in VisitCall()
5862 expr->check_type() != RECEIVER_MAP_CHECK) { in VisitCall()
[all …]
Dhydrogen.h1015 CheckType check_type);
Dast.h1577 CheckType check_type() const { return check_type_; } in check_type() function
Dobjects-inl.h3144 CheckType Code::check_type() { in check_type() function
Dobjects.h4280 inline CheckType check_type();
/external/mesa3d/src/glsl/
Dast_to_hir.cpp2155 const glsl_type *check_type = var->type->is_array() in hir() local
2158 switch (check_type->base_type) { in hir()
2171 check_type->name); in hir()
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog274 (check_type):