Searched defs:UnaryOpIC (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dic.h716 class UnaryOpIC: public IC { class in namespace:v8::internal
727 explicit UnaryOpIC(Isolate* isolate) : IC(NO_EXTRA_FRAME, isolate) { } function in class:v8::internal::UnaryOpIC
/external/v8/src/arm/
H A Dcode-stubs-arm.h84 UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED)
95 UnaryOpIC::TypeInfo operand_type_;
101 class OperandTypeInfoBits: public BitField<UnaryOpIC::TypeInfo, 8, 3> {};
136 return UnaryOpIC::ToState(operand_type_);
82 UnaryOpStub(Token::Value op, UnaryOverwriteMode mode, UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED) argument
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h87 UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED)
98 UnaryOpIC::TypeInfo operand_type_;
104 class OperandTypeInfoBits: public BitField<UnaryOpIC::TypeInfo, 8, 3> {};
148 return UnaryOpIC::ToState(operand_type_);
85 UnaryOpStub(Token::Value op, UnaryOverwriteMode mode, UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED) argument
/external/v8/src/mips/
H A Dcode-stubs-mips.h85 UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED)
96 UnaryOpIC::TypeInfo operand_type_;
102 class OperandTypeInfoBits: public BitField<UnaryOpIC::TypeInfo, 8, 3> {};
137 return UnaryOpIC::ToState(operand_type_);
83 UnaryOpStub(Token::Value op, UnaryOverwriteMode mode, UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED) argument
/external/v8/src/x64/
H A Dcode-stubs-x64.h93 UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED)
104 UnaryOpIC::TypeInfo operand_type_;
110 class OperandTypeInfoBits: public BitField<UnaryOpIC::TypeInfo, 8, 3> {};
151 return UnaryOpIC::ToState(operand_type_);
91 UnaryOpStub(Token::Value op, UnaryOverwriteMode mode, UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED) argument

Completed in 41 milliseconds