Home
last modified time | relevance | path

Searched refs:RECEIVER_MAP_CHECK (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dtype-info.cc250 if (!value->IsSmi()) return RECEIVER_MAP_CHECK; in GetCallCheckType()
252 ASSERT(check != RECEIVER_MAP_CHECK); in GetCallCheckType()
261 case RECEIVER_MAP_CHECK: in GetPrototypeForPrimitiveCheck()
652 target->check_type() != RECEIVER_MAP_CHECK) { in ProcessRelocInfos()
Dast.cc485 if (check_type_ == RECEIVER_MAP_CHECK) { in ComputeTarget()
574 ASSERT(check_type_ == RECEIVER_MAP_CHECK); in RecordTypeFeedback()
577 ASSERT(check_type_ != RECEIVER_MAP_CHECK); in RecordTypeFeedback()
Dv8globals.h274 RECEIVER_MAP_CHECK, enumerator
Dhydrogen.cc5530 ASSERT(check_type != RECEIVER_MAP_CHECK || !receiver_map.is_null()); 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()
5862 expr->check_type() != RECEIVER_MAP_CHECK) { in VisitCall()
5878 ASSERT(expr->check_type() == RECEIVER_MAP_CHECK); in VisitCall()
Dstub-cache.cc553 CheckType check = RECEIVER_MAP_CHECK; in ComputeCallConstant()
Dast.h1605 check_type_(RECEIVER_MAP_CHECK), in Call()
Dheap.cc3401 code->set_check_type(RECEIVER_MAP_CHECK); in CreateCode()
/external/v8/src/x64/
Dstub-cache-x64.cc2056 ASSERT(!object->IsGlobalObject() || check == RECEIVER_MAP_CHECK); in CompileCallConstant()
2060 case RECEIVER_MAP_CHECK: in CompileCallConstant()
/external/v8/src/ia32/
Dstub-cache-ia32.cc2230 ASSERT(!object->IsGlobalObject() || check == RECEIVER_MAP_CHECK); in CompileCallConstant()
2232 case RECEIVER_MAP_CHECK: in CompileCallConstant()
/external/v8/src/arm/
Dstub-cache-arm.cc2337 ASSERT(!object->IsGlobalObject() || check == RECEIVER_MAP_CHECK); in CompileCallConstant()
2339 case RECEIVER_MAP_CHECK: in CompileCallConstant()
/external/v8/src/mips/
Dstub-cache-mips.cc2330 ASSERT(!object->IsGlobalObject() || check == RECEIVER_MAP_CHECK); in CompileCallConstant()
2332 case RECEIVER_MAP_CHECK: in CompileCallConstant()