Home | History | Annotate | Download | only in src

Lines Matching refs:CallType

335   enum CallType { METHOD, FUNCTION };
341 State(int argc, CallType call_type)
353 CallType call_type() const { return call_type_; }
361 class CallTypeBits: public BitField<CallType, Code::kArgumentsBits, 1> {};
364 const CallType call_type_;
388 CallType call_type);