Searched defs:BinaryOpICState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/ic/
H A Dic-state.cc38 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) function in class:v8::internal::BinaryOpICState
58 ExtraICState BinaryOpICState::GetExtraICState() const {
75 void BinaryOpICState::GenerateAheadOfTime( argument
76 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) {
83 BinaryOpICState state(isolate, op, mode); \
278 BinaryOpICState state(isolate, op, mode); \
297 Type* BinaryOpICState::GetResultType(Zone* zone) const {
311 OStream& operator<<(OStream& os, const BinaryOpICState& s) {
318 os << ":" << BinaryOpICState
[all...]
H A Dic-state.h60 class BinaryOpICState FINAL BASE_EMBEDDED {
62 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
64 BinaryOpICState(Isolate* isolate, Token::Value op, OverwriteMode mode) function in class:v8::internal::BASE_EMBEDDED
92 const BinaryOpICState&));
142 friend OStream& operator<<(OStream& os, const BinaryOpICState& s);
176 OStream& operator<<(OStream& os, const BinaryOpICState& s);

Completed in 181 milliseconds