Lines Matching defs:method
46 JSTaggedValue method = GetMethod();
47 Method::Cast(method.GetTaggedObject())->SetCallNapi(isCallNapi);
52 JSTaggedValue method = GetMethod();
53 return Method::ConstCast(method.GetTaggedObject())->IsCallNapi();
58 JSTaggedValue method = GetMethod();
59 return Method::ConstCast(method.GetTaggedObject())->GetFunctionKind();
84 Method *method = target->GetCallTarget();
85 return method->IsAotWithCallField();
96 Method *method = target->GetCallTarget();
97 return method->IsFastCall();
591 JSTaggedValue method = GetMethod();
592 return Method::ConstCast(method.GetTaggedObject())->GetFunctionKind();