Searched refs:previous_type (Results 1 – 1 of 1) sorted by relevance
2165 UnaryOpIC::TypeInfo previous_type) { in ComputeNewType() argument2166 switch (previous_type) { in ComputeNewType()2283 UnaryOpIC::TypeInfo previous_type = in RUNTIME_FUNCTION() local2287 type = UnaryOpIC::ComputeNewType(type, previous_type); in RUNTIME_FUNCTION()2294 UnaryOpIC::GetName(previous_type), in RUNTIME_FUNCTION()2335 BinaryOpIC::TypeInfo previous_type = in RUNTIME_FUNCTION() local2339 type = BinaryOpIC::JoinTypes(type, previous_type); in RUNTIME_FUNCTION()2345 if (type == BinaryOpIC::SMI && previous_type == BinaryOpIC::SMI) { in RUNTIME_FUNCTION()2360 if (type == BinaryOpIC::INT32 && previous_type == BinaryOpIC::INT32) { in RUNTIME_FUNCTION()2370 BinaryOpIC::GetName(previous_type), in RUNTIME_FUNCTION()[all …]