HomeSort by relevance Sort by last modified time
    Searched defs:BinaryOpICState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/ic/
ic-state.cc 38 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state)
58 ExtraICState BinaryOpICState::GetExtraICState() const {
75 void BinaryOpICState::GenerateAheadOfTime(
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::KindToString(s.left_kind_) << "*"
    [all...]
ic-state.h 60 class BinaryOpICState FINAL BASE_EMBEDDED {
62 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
64 BinaryOpICState(Isolate* isolate, Token::Value op, OverwriteMode mode)
92 const BinaryOpICState&));
142 friend OStream& operator<<(OStream& os, const BinaryOpICState& s);
176 OStream& operator<<(OStream& os, const BinaryOpICState& s);

Completed in 54 milliseconds