Home
last modified time | relevance | path

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

/external/v8/src/
Dic.cc2165 UnaryOpIC::TypeInfo previous_type) { in ComputeNewType() argument
2166 switch (previous_type) { in ComputeNewType()
2283 UnaryOpIC::TypeInfo previous_type = in RUNTIME_FUNCTION() local
2287 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() local
2339 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 …]