Searched refs:AddCheckMap (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 5673 HCheckMaps* HOptimizedGraphBuilder::AddCheckMap(HValue* object, in AddCheckMap() function in v8::internal::HOptimizedGraphBuilder 8700 HValue* checked_object = AddCheckMap(receiver, receiver_map); in TryInlineBuiltinMethodCall() 8827 HValue* checked_object = AddCheckMap(receiver, receiver_map); in TryInlineBuiltinMethodCall() 9220 HValue* checked_function = AddCheckMap(function, function_map); in BuildFunctionApply() 9255 HValue* checked_function = AddCheckMap(function, function_map); in BuildFunctionCall() 11279 AddCheckMap(right, function_map); in VisitCompareOperation() 11364 AddCheckMap(left, map); in BuildCompareInstruction() 11365 AddCheckMap(right, map); in BuildCompareInstruction() 11379 AddCheckMap(operand_to_check, map); in BuildCompareInstruction() 11431 AddCheckMap(left, map); in BuildCompareInstruction() [all …]
|
D | hydrogen.h | 2721 HCheckMaps* AddCheckMap(HValue* object, Handle<Map> map);
|