Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dcode-stubs-mips.h199 return BinaryOpIC::ToState(runtime_operands_type_); in GetICState()
322 return TRBinaryOpIC::ToState(operands_type_); in GetICState()
/external/v8/src/x64/
Dcode-stubs-x64.h165 return TRBinaryOpIC::ToState(operands_type_); in GetICState()
/external/v8/src/ia32/
Dcode-stubs-ia32.h167 return TRBinaryOpIC::ToState(operands_type_); in GetICState()
/external/v8/src/arm/
Dcode-stubs-arm.h178 return TRBinaryOpIC::ToState(operands_type_); in GetICState()
/external/v8/src/
Dic.h599 static State ToState(TypeInfo type_info);
Dic.cc2000 TRBinaryOpIC::State TRBinaryOpIC::ToState(TypeInfo type_info) { in ToState() function in v8::internal::TRBinaryOpIC