Searched refs:IsMethod (Results 1 – 2 of 2) sorted by relevance
75 bool IsTorqueMacro() const { return kind() == kTorqueMacro || IsMethod(); } in IsTorqueMacro()76 bool IsMethod() const { return kind() == kMethod; } in IsMethod() function90 IsMethod(); in IsCallable()
290 DCHECK_EQ(this_reference.has_value(), macro->IsMethod()); in InlineMacro()300 DCHECK(macro->IsMethod()); in InlineMacro()2768 DCHECK(callable->IsMethod()); in GenerateCall()3089 if (!getter || getter->IsMethod()) { in GenerateCall()