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

  /external/v8/src/ic/
ic-state.h 32 : argc_(argc), call_type_(call_type) {}
41 CallType call_type() const { return call_type_; }
43 bool CallAsMethod() const { return call_type_ == METHOD; }
50 const CallType call_type_; member in class:v8::internal::BASE_EMBEDDED
ic-state.cc 21 call_type_(CallTypeBits::decode(extra_ic_state)) {}
26 ArgcBits::encode(argc_) | CallTypeBits::encode(call_type_);

Completed in 31 milliseconds